projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2efe9
)
networkd: link - clarify log message when receiving address for unknown link
author
Tom Gundersen
<teg@jklm.no>
Thu, 4 Sep 2014 12:16:56 +0000
(14:16 +0200)
committer
Tom Gundersen
<teg@jklm.no>
Thu, 4 Sep 2014 12:16:56 +0000
(14:16 +0200)
src/network/networkd-link.c
patch
|
blob
|
history
diff --git
a/src/network/networkd-link.c
b/src/network/networkd-link.c
index f726e2b570c0316e2cd2ae9f95668c54ab98d1cc..bcd2e6da519a6ac12a73b94518275ffe97b43864 100644
(file)
--- a/
src/network/networkd-link.c
+++ b/
src/network/networkd-link.c
@@
-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;
}
}