1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-29 06:50:16 +03:00

wait-online: change log level

During boot, systemd-networkd-wait-online writes following logs many
times:
```
systemd-networkd-wait-online[753]: lo: link is ignored
```
This commit is contained in:
Yu Watanabe 2019-07-16 10:21:18 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 42e12b3832
commit 476da0fe00

View File

@ -98,7 +98,7 @@ bool manager_configured(Manager *m) {
* and at least one link to gain a carrier */
HASHMAP_FOREACH(l, m->links, i) {
if (manager_ignore_link(m, l)) {
log_link_info(l, "link is ignored");
log_link_debug(l, "link is ignored");
continue;
}