Pretty up exception message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user