mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix scope issue in previous commit
This commit is contained in:
parent
e10b471a90
commit
eed058f034
@ -164,7 +164,7 @@ namespace mapnik
|
||||
}
|
||||
else
|
||||
{
|
||||
std::clog << "plugin" << ds_name() << ": " << lt_dlerror() << "\n" << std::endl;
|
||||
std::clog << "plugin" << itr->string().c_str() << ": " << lt_dlerror() << "\n" << std::endl;
|
||||
}
|
||||
}
|
||||
catch (...) {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user