diff --git a/libtorrent/src/peer_connection.cpp b/libtorrent/src/peer_connection.cpp index 0436c32e..a2283a4f 100644 --- a/libtorrent/src/peer_connection.cpp +++ b/libtorrent/src/peer_connection.cpp @@ -539,7 +539,7 @@ namespace libtorrent char buf[450]; snprintf(buf, sizeof(buf), "%s: %s\n", time_now_string(), usr); //(*m_logger) << buf; - printf(buf); + //printf(buf); } #endif