better formatting of error when plugin lib can't be loaded

This commit is contained in:
Dane Springmeyer 2009-07-07 23:44:12 +00:00
parent 32b77c2e88
commit e26e46788a

View file

@ -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 (...) {}