disable uTP logging
This commit is contained in:
parent
351e34f9d1
commit
98737a2c4d
|
@ -39,8 +39,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include "libtorrent/random.hpp"
|
||||
#include <boost/cstdint.hpp>
|
||||
|
||||
#define TORRENT_UTP_LOG 1
|
||||
#define TORRENT_VERBOSE_UTP_LOG 1
|
||||
#define TORRENT_UTP_LOG 0
|
||||
#define TORRENT_VERBOSE_UTP_LOG 0
|
||||
#define TORRENT_UT_SEQ 1
|
||||
|
||||
#if TORRENT_UTP_LOG
|
||||
|
|
Loading…
Reference in New Issue