fix scope issue in previous commit
This commit is contained in:
parent
e10b471a90
commit
eed058f034
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ namespace mapnik
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::clog << "plugin" << ds_name() << ": " << lt_dlerror() << "\n" << std::endl;
|
std::clog << "plugin" << itr->string().c_str() << ": " << lt_dlerror() << "\n" << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (...) {}
|
catch (...) {}
|
||||||
|
|
Loading…
Reference in a new issue