[netfilter-cvslog] r3588 - branches/netfilter-ha/linux-2.6/ct_sync

hidden at netfilter.org hidden at netfilter.org
Mon Jan 10 23:41:21 CET 2005


Author: hidden at netfilter.org
Date: 2005-01-10 23:41:20 +0100 (Mon, 10 Jan 2005)
New Revision: 3588

Modified:
   branches/netfilter-ha/linux-2.6/ct_sync/ct_sync.h
Log:
Revision: hidden at sch.bme.hu--2005-public/netfilter-ha--mainline--1.0--patch-13

Turn off debugging by default.

* ct_sync/ct_sync.h (CTSYNC_DEBUG): disabled debugging mode, was way too noisy.


Modified: branches/netfilter-ha/linux-2.6/ct_sync/ct_sync.h
===================================================================
--- branches/netfilter-ha/linux-2.6/ct_sync/ct_sync.h	2005-01-10 22:41:15 UTC (rev 3587)
+++ branches/netfilter-ha/linux-2.6/ct_sync/ct_sync.h	2005-01-10 22:41:20 UTC (rev 3588)
@@ -17,7 +17,7 @@
 #include <linux/if_ether.h>
 #include <linux/netfilter_ipv4/ip_conntrack.h>
 
-#define CTSYNC_DEBUG 8
+#define CTSYNC_DEBUG 0
 
 /* debugging macros */
 #if (CTSYNC_DEBUG > 0)




More information about the netfilter-cvslog mailing list