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
char buf[450]; char buf[450];
snprintf(buf, sizeof(buf), "%s: %s\n", time_now_string(), usr); snprintf(buf, sizeof(buf), "%s: %s\n", time_now_string(), usr);
//(*m_logger) << buf; //(*m_logger) << buf;
printf(buf); //printf(buf);
} }
#endif #endif

Loading…
Cancel
Save