disable uTP logging

This commit is contained in:
Arvid Norberg 2012-06-21 16:47:13 +00:00
parent 351e34f9d1
commit 98737a2c4d
1 changed files with 2 additions and 2 deletions

View File

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