better formatting of error when plugin lib can't be loaded
This commit is contained in:
parent
32b77c2e88
commit
e26e46788a
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ namespace mapnik
|
|||
}
|
||||
else
|
||||
{
|
||||
std::clog << "plugin" << itr->string().c_str() << ": " << lt_dlerror() << "\n" << std::endl;
|
||||
std::clog << "Problem loading plugin library: " << itr->string().c_str() << " (libtool error: " << lt_dlerror() << ")" << std::endl;
|
||||
}
|
||||
}
|
||||
catch (...) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue