From 7b5fb39d7f532147cd8e6eb1c0ac20612eb5d1c6 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Mon, 1 Oct 2007 08:59:16 +0000 Subject: [PATCH] fix for boost 1.33.1 in last commit --- libtorrent/include/libtorrent/debug.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent/include/libtorrent/debug.hpp b/libtorrent/include/libtorrent/debug.hpp index 41e08b28d..0d3158417 100755 --- a/libtorrent/include/libtorrent/debug.hpp +++ b/libtorrent/include/libtorrent/debug.hpp @@ -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; } }