mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix for boost 1.33.1 in last commit
This commit is contained in:
parent
2e0d50407b
commit
7b5fb39d7f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue