Browse Source

disable torrent protocol debug

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
55ca248925
  1. 2
      libtorrent/src/peer_connection.cpp

2
libtorrent/src/peer_connection.cpp

@ -539,7 +539,7 @@ namespace libtorrent @@ -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

Loading…
Cancel
Save