Pretty up exception message
This commit is contained in:
@@ -82,8 +82,8 @@ SenseApiLib& SenseApiManager::loadSenseApiLib(const std::string& libraryPath)
|
|||||||
if (!func)
|
if (!func)
|
||||||
{
|
{
|
||||||
throw std::runtime_error(
|
throw std::runtime_error(
|
||||||
std::string(__func__) + ": dlsym("
|
std::string(__func__) + ": dlsym('"
|
||||||
HK_SENSE_API_DESC_GETTER_FN_NAME ") failed for library '"
|
HK_SENSE_API_DESC_GETTER_FN_NAME "') failed for library '"
|
||||||
+ lib->libraryPath + "'");
|
+ lib->libraryPath + "'");
|
||||||
}
|
}
|
||||||
lib->getSenseApiDescriptor = func;
|
lib->getSenseApiDescriptor = func;
|
||||||
|
|||||||
Reference in New Issue
Block a user