disable torrent protocol debug

This commit is contained in:
Miguel Freitas 2013-09-18 08:04:24 -03:00
parent 4cd345bf62
commit 55ca248925

View File

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