diff --git a/hcore/senseApis/senseApiManager.cpp b/hcore/senseApis/senseApiManager.cpp index 6585842..f0f2875 100644 --- a/hcore/senseApis/senseApiManager.cpp +++ b/hcore/senseApis/senseApiManager.cpp @@ -82,8 +82,8 @@ SenseApiLib& SenseApiManager::loadSenseApiLib(const std::string& libraryPath) if (!func) { throw std::runtime_error( - std::string(__func__) + ": dlsym(" - HK_SENSE_API_DESC_GETTER_FN_NAME ") failed for library '" + std::string(__func__) + ": dlsym('" + HK_SENSE_API_DESC_GETTER_FN_NAME "') failed for library '" + lib->libraryPath + "'"); } lib->getSenseApiDescriptor = func;