diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 16:07:02 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 16:07:02 -0800 |
commit | c21882da9ce3dca08dc3ca096482ff69b7355e13 (patch) | |
tree | e68198156f5bd48671db531afbda1dd5ca2f91d5 /osdep | |
parent | f26025058075d91cd69ac892c373fd1d4d7f605d (diff) | |
download | infinitytier-c21882da9ce3dca08dc3ca096482ff69b7355e13.tar.gz infinitytier-c21882da9ce3dca08dc3ca096482ff69b7355e13.zip |
Put selftest back and turn off tracing in PortMapper.
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/PortMapper.cpp | 2 |
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> |