chiark / gitweb /
networkd: link - ignore missing MAC address
[elogind.git] / src / network / networkd-manager.c
index c93d598c6bbc4a664d0f72c2f9c5ed16d4319f58..c1d50128a5d978cb13dd269d6251ee331730215b 100644 (file)
@@ -292,7 +292,8 @@ static int manager_rtnl_process_link(sd_rtnl *rtnl, sd_rtnl_message *message, vo
                         /* link is new, so add it */
                         r = link_add(m, message, &link);
                         if (r < 0) {
-                                log_debug("could not add new link");
+                                log_debug("could not add new link: %s",
+                                           strerror(-r));
                                 return 0;
                         }
                 }