fix for previous check-in

This commit is contained in:
Arvid Norberg 2007-10-01 08:59:37 +00:00
parent f20cf1b92f
commit c3991bcfea
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;
}
}