mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix debug.cpp error output (now compiles against libc++)
This commit is contained in:
parent
fd14edcd56
commit
4eda02592e
@ -137,7 +137,7 @@ void logger::use_file(std::string const& filepath)
|
||||
else
|
||||
{
|
||||
std::stringstream s;
|
||||
s << "cannot redirect log to file " << file_output_;
|
||||
s << "cannot redirect log to file " << file_name_;
|
||||
throw std::runtime_error(s.str());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user