fix scope issue in previous commit

This commit is contained in:
Dane Springmeyer 2009-06-22 07:19:02 +00:00
parent e10b471a90
commit eed058f034

View file

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