fix for boost 1.33.1 in last commit

This commit is contained in:
Marcos Pinto 2007-10-01 08:59:16 +00:00
parent 2e0d50407b
commit 7b5fb39d7f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}