diff options
author | Tom Gundersen <teg@jklm.no> | 2014-12-08 18:36:49 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-12-08 18:38:55 +0100 |
commit | 1e19f35297ee757095cf372c82c3d9a6bb2311d3 (patch) | |
tree | 67da603748f02e8d65359b4db9831a51ac3cb745 | |
parent | 0e707326fcecd3968efa7dc827123032f1b2cb61 (diff) |
networkd: link - typo
-rw-r--r-- | src/network/networkd-link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c index d59a8192b0..4ad0bb47f8 100644 --- a/src/network/networkd-link.c +++ b/src/network/networkd-link.c @@ -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 a nonexistent link (%d), ignoring", ifindex); + log_warning("rtnl: received address for nonexistent link (%d), ignoring", ifindex); return 0; } } |