fix for boost 1.33.1 in last commit
This commit is contained in:
parent
2e0d50407b
commit
7b5fb39d7f
|
@ -69,7 +69,7 @@ namespace libtorrent
|
|||
}
|
||||
catch (std::exception& e)
|
||||
{
|
||||
std::cerr << "failed to create log '" << filename << "': " << e.what() << std::endl;
|
||||
std::cerr << "failed to create log '" << filename.string() << "': " << e.what() << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue