mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +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)
|
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
Add a link
Reference in a new issue