made test_storage build with boost 1.33. Fixes #183

This commit is contained in:
Arvid Norberg 2007-10-13 18:29:02 +00:00
parent 78f0aaf654
commit ac6cc4c75c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void run_storage_tests(boost::intrusive_ptr<torrent_info> info
void run_test(path const& test_path)
{
std::cerr << "\n=== " << test_path << " ===\n" << std::endl;
std::cerr << "\n=== " << test_path.string() << " ===\n" << std::endl;
boost::intrusive_ptr<torrent_info> info(new torrent_info());
info->set_piece_size(piece_size);