aboutsummaryrefslogtreecommitdiffstats
path: root/reordercap.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-09-20 10:36:28 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-09-20 10:36:28 +0000
commit0aa59a3df0d225dc3f7d341785910caa56718799 (patch)
treee2aa1ae906e2a459d06f2659f042eca5b663d8c7 /reordercap.c
parentf4edf2fa417690c0d416cce5d22905faf48c042a (diff)
Turn off debug.
svn path=/trunk/; revision=45024
Diffstat (limited to 'reordercap.c')
-rw-r--r--reordercap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/reordercap.c b/reordercap.c
index d980ab8ed2..40b3c53263 100644
--- a/reordercap.c
+++ b/reordercap.c
@@ -64,7 +64,7 @@ static FrameRecord_t *g_FrameListTail;
/* Debugging only */
/* Enable this symbol to see debug output */
-#define REORDER_DEBUG
+/* #define REORDER_DEBUG */
#ifdef REORDER_DEBUG
static void ReorderListDebugPrint(void)