[netfilter-cvslog] r3559 - trunk/iptables

gandalf at netfilter.org gandalf at netfilter.org
Mon Jan 3 08:48:06 CET 2005


Author: gandalf at netfilter.org
Date: 2005-01-03 08:48:06 +0100 (Mon, 03 Jan 2005)
New Revision: 3559

Modified:
   trunk/iptables/iptables.c
Log:
Remove leftover debug printf


Modified: trunk/iptables/iptables.c
===================================================================
--- trunk/iptables/iptables.c	2005-01-03 07:46:07 UTC (rev 3558)
+++ trunk/iptables/iptables.c	2005-01-03 07:48:06 UTC (rev 3559)
@@ -1164,9 +1164,6 @@
 			exit(1);
 		}
 
-		fprintf(stderr, "%s v%i vs v%i\n",
-			me->name, me->revision, old->revision);
-
 		/* Now we have two (or more) options, check compatibility. */
 		if (compatible_target_revision(old->name, old->revision)
 		    && old->revision > me->revision)




More information about the netfilter-cvslog mailing list