]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Remove leftover debug printf
authorMartin Josefsson <gandalf@wlug.westbo.se>
Mon, 3 Jan 2005 07:48:06 +0000 (07:48 +0000)
committerMartin Josefsson <gandalf@wlug.westbo.se>
Mon, 3 Jan 2005 07:48:06 +0000 (07:48 +0000)
iptables.c

index 7144b39317688ded569437b64785849cc9c7ed03..ace499922db8c6a9b6d0226490fff0174463ca50 100644 (file)
@@ -1164,9 +1164,6 @@ register_target(struct iptables_target *me)
                        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)