]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: drop white space in log message 10607/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Nov 2018 14:41:29 +0000 (23:41 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Nov 2018 14:41:29 +0000 (23:41 +0900)
src/network/networkd-routing-policy-rule.c

index 02440cd282362bfcfde2349d94199a38a5b36ee1..739f9e6a5a260513cbc1358fb12eace515c922ac 100644 (file)
@@ -550,7 +550,7 @@ int routing_policy_rule_configure(RoutingPolicyRule *rule, Link *link, sd_netlin
         r = routing_policy_rule_add(link->manager, rule->family, &rule->from, rule->from_prefixlen, &rule->to,
                                     rule->to_prefixlen, rule->tos, rule->fwmark, rule->table, rule->iif, rule->oif, NULL);
         if (r < 0)
-                return log_error_errno(r, "Could not add rule : %m");
+                return log_error_errno(r, "Could not add rule: %m");
 
         return 0;
 }