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:
parent
42e12b3832
commit
476da0fe00
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user