chiark / gitweb /
networkd: link - typo
[elogind.git] / src / network / networkd-link.c
index d59a8192b005cbe96be26ff7b7573fba31b16301..4ad0bb47f88c08536f34e72adbc5f793631eee94 100644 (file)
@@ -1447,7 +1447,7 @@ int link_rtnl_process_address(sd_rtnl *rtnl, sd_rtnl_message *message,
         } else {
                 r = link_get(m, ifindex, &link);
                 if (r < 0 || !link) {
-                        log_warning("rtnl: received address for nonexistent link (%d), ignoring", ifindex);
+                        log_warning("rtnl: received address for nonexistent link (%d), ignoring", ifindex);
                         return 0;
                 }
         }