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:
3d3d425
)
networkd: fix typo
author
Tom Gundersen
<teg@jklm.no>
Thu, 15 May 2014 21:14:52 +0000
(23:14 +0200)
committer
Tom Gundersen
<teg@jklm.no>
Fri, 16 May 2014 12:52:02 +0000
(14:52 +0200)
src/network/networkd-netdev.c
patch
|
blob
|
history
diff --git
a/src/network/networkd-netdev.c
b/src/network/networkd-netdev.c
index
8623274
..
c54b0c1
100644
(file)
--- a/
src/network/networkd-netdev.c
+++ b/
src/network/networkd-netdev.c
@@
-224,7
+224,7
@@
static int netdev_create_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void *userda
if (r == -EEXIST)
log_debug_netdev(netdev, "netdev exists, using existing");
else if (r < 0) {
- log_warning_netdev(netdev, "netdev could not be
g
reated: %s", strerror(-r));
+ log_warning_netdev(netdev, "netdev could not be
c
reated: %s", strerror(-r));
netdev_drop(netdev);
return 1;