Merge branch 'thomashoell-master'
commit ffbc7b23b2ce3470ea6403c0bdf9d7625ac4299b
2 parents 04ea1ee + bf38fd2
@Christopher Klein Christopher Klein authored on 19 Jun 2015
Showing 1 changed file
View
4
monitord/plugins/dll-elf.cpp
 
h=dlopen( fname, RTLD_NOW );
if (h==NULL)
{
err=dlerror();
err = dlerror();
LOG_ERROR("error loading library file \"" << fname << "\"" )
LOG_ERROR("root cause: \"" << err << "\"")
}
 
}
 
DLLManager::~DLLManager()
{