firewall3: Fix some format string problems
[project/firewall3.git] / defaults.c
index 91bd61712f6276cca6721a780247a6551becfa13..f03765c6be17e058eea110b312b3e66930d75024 100644 (file)
@@ -393,7 +393,7 @@ set_default(const char *name, int set)
 
        snprintf(path, sizeof(path), "/proc/sys/net/ipv4/tcp_%s", name);
 
-       info(" * Set tcp_%s to %s", name, set ? "on" : "off", name);
+       info(" * Set tcp_%s to %s", name, set ? "on" : "off");
 
        if (!(f = fopen(path, "w")))
        {