wait-online: change log level
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 16 Jul 2019 01:21:18 +0000 (10:21 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 16 Jul 2019 12:39:02 +0000 (14:39 +0200)
During boot, systemd-networkd-wait-online writes following logs many
times:
```
systemd-networkd-wait-online[753]: lo: link is ignored
```

src/network/wait-online/manager.c

index e38b560..6de3df9 100644 (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;
                 }