chiark / gitweb /
networkd: link - clarify log message when receiving address for unknown link
authorTom Gundersen <teg@jklm.no>
Thu, 4 Sep 2014 12:16:56 +0000 (14:16 +0200)
committerTom Gundersen <teg@jklm.no>
Thu, 4 Sep 2014 12:16:56 +0000 (14:16 +0200)
src/network/networkd-link.c

index f726e2b570c0316e2cd2ae9f95668c54ab98d1cc..bcd2e6da519a6ac12a73b94518275ffe97b43864 100644 (file)
@@ -1336,7 +1336,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 a nonexistent link, ignoring");
+                        log_warning("rtnl: received address for a nonexistent link (%d), ignoring", ifindex);
                         return 0;
                 }
         }