projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da81ff
)
Better rtnl_link_name2i() error message
author
Jagger
<robert@swiecki.net>
Mon, 29 Feb 2016 22:13:03 +0000
(23:13 +0100)
committer
Jagger
<robert@swiecki.net>
Mon, 29 Feb 2016 22:13:03 +0000
(23:13 +0100)
net.c
patch
|
blob
|
history
diff --git
a/net.c
b/net.c
index 8125d3ccebcd6840b6b1b6e5b6d5de5c9d60d5d9..01abc87e60ba8fd702a85a7a10e1488e41c193d4 100644
(file)
--- a/
net.c
+++ b/
net.c
@@
-77,7
+77,7
@@
bool netCloneMacVtapAndNS(struct nsjconf_t *nsjconf, int pid)
}
if (!(master_index = rtnl_link_name2i(link_cache, nsjconf->iface))) {
- LOG_E("rtnl_link_name2i():
%s", nl_geterror(master_index)
);
+ LOG_E("rtnl_link_name2i():
Did not find '%s' interface", nsjconf->iface
);
goto out_cache;
}