]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkd: fix option name in log message 1795/head
authorMichal Sekletar <msekleta@redhat.com>
Fri, 6 Nov 2015 09:51:34 +0000 (10:51 +0100)
committerMichal Sekletar <msekleta@redhat.com>
Fri, 6 Nov 2015 09:51:34 +0000 (10:51 +0100)
src/network/networkd-util.c

index 17165266efed6e42df09982d7b30b6d16b722a72..df091393f6f616cc7584f99c715d60e655514582 100644 (file)
@@ -84,7 +84,7 @@ int config_parse_address_family_boolean_with_kernel(
                 if (streq(rvalue, "kernel"))
                         s = _ADDRESS_FAMILY_BOOLEAN_INVALID;
                 else {
-                        log_syntax(unit, LOG_ERR, filename, line, 0, "Failed to parse IPForwarding= option, ignoring: %s", rvalue);
+                        log_syntax(unit, LOG_ERR, filename, line, 0, "Failed to parse IPForward= option, ignoring: %s", rvalue);
                         return 0;
                 }
         }