summaryrefslogtreecommitdiff
path: root/osdep
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-30 16:07:02 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-30 16:07:02 -0800
commitc21882da9ce3dca08dc3ca096482ff69b7355e13 (patch)
treee68198156f5bd48671db531afbda1dd5ca2f91d5 /osdep
parentf26025058075d91cd69ac892c373fd1d4d7f605d (diff)
downloadinfinitytier-c21882da9ce3dca08dc3ca096482ff69b7355e13.tar.gz
infinitytier-c21882da9ce3dca08dc3ca096482ff69b7355e13.zip
Put selftest back and turn off tracing in PortMapper.
Diffstat (limited to 'osdep')
-rw-r--r--osdep/PortMapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/PortMapper.cpp b/osdep/PortMapper.cpp
index 5c017931..87c886c2 100644
--- a/osdep/PortMapper.cpp
+++ b/osdep/PortMapper.cpp
@@ -28,7 +28,7 @@
#ifdef ZT_USE_MINIUPNPC
// Uncomment to dump debug messages
-#define ZT_PORTMAPPER_TRACE 1
+//#define ZT_PORTMAPPER_TRACE 1
#include <stdio.h>
#include <stdlib.h>