fix debug.cpp error output (now compiles against libc++)
This commit is contained in:
parent
fd14edcd56
commit
4eda02592e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue