]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network/address: add missing space in log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Jul 2023 09:03:40 +0000 (18:03 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Jul 2023 09:15:26 +0000 (18:15 +0900)
src/network/networkd-address.c

index 42d790887ad1cb7fcb78ef2a5a3adae843de9378..09615a4ce49570a13e0d181b5e63205ce7bda077 100644 (file)
@@ -1825,7 +1825,7 @@ int config_parse_address(
                 r = in_addr_prefix_from_string_auto(rvalue, &f, &buffer, &prefixlen);
                 if (r >= 0)
                         log_syntax(unit, LOG_WARNING, filename, line, r,
-                                   "Address '%s' is specified without prefix length. Assuming the prefix length is %u."
+                                   "Address '%s' is specified without prefix length. Assuming the prefix length is %u. "
                                    "Please specify the prefix length explicitly.", rvalue, prefixlen);
         }
         if (r < 0) {