chiark / gitweb /
networkd: link - typo
authorTom Gundersen <teg@jklm.no>
Mon, 8 Dec 2014 17:36:49 +0000 (18:36 +0100)
committerTom Gundersen <teg@jklm.no>
Mon, 8 Dec 2014 17:38:55 +0000 (18:38 +0100)
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) {
         } 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;
                 }
         }
                         return 0;
                 }
         }