1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-31 07:51:21 +03:00

network: add one more log message

This commit is contained in:
Yu Watanabe 2019-12-23 23:41:09 +09:00 committed by Lennart Poettering
parent 4171837be6
commit 40681e5cdc

View File

@ -3142,6 +3142,7 @@ static int link_initialized_handler(sd_netlink *rtnl, sd_netlink_message *m, Lin
r = sd_netlink_message_get_errno(m);
if (r < 0) {
log_link_warning_errno(link, r, "Failed to wait for the interface to be initialized: %m");
link_enter_failed(link);
return 0;
}