projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056fcd4
)
network: s/confiured/configured/
v250.4
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Mon, 31 Jan 2022 21:17:48 +0000
(22:17 +0100)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 11 Mar 2022 07:33:33 +0000
(16:33 +0900)
A quick typo fix I noticed whilst debugging.
(cherry picked from commit
e3d1ffcc48dfc72b44f4b63ebe25256698b23958
)
src/network/wait-online/manager.c
patch
|
blob
|
history
diff --git
a/src/network/wait-online/manager.c
b/src/network/wait-online/manager.c
index 6656813f39b2212395aea0b3d01b9a1d8f99511b..093622270db9a4817b61c4cdf13f2983a5c0e8da 100644
(file)
--- a/
src/network/wait-online/manager.c
+++ b/
src/network/wait-online/manager.c
@@
-110,7
+110,7
@@
static int manager_link_is_online(Manager *m, Link *l, LinkOperationalStateRange
}
}
- log_link_debug(l, "link is confiured by networkd and online.");
+ log_link_debug(l, "link is confi
g
ured by networkd and online.");
return 1;
}