]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: change log level when sd_rtnl_message_get_family() returns invalid family...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 27 Sep 2017 15:55:13 +0000 (00:55 +0900)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Sep 2017 15:55:13 +0000 (17:55 +0200)
commit615ded6233fe89b92576bfc369a4def2920cdc56
treeee2598b0bd1eff81f079042f39a7a4fb93e0c648
parent2e4025c0f93cbd7d6cd1f946f4794d6d06b647da
network: change log level when sd_rtnl_message_get_family() returns invalid family (#6923)

From bce67bbee359eec19e6778619b6651100a1c1477, systemd-networkd always shows
```
rtnl: received address with invalid family type 32, ignoring.
```
during boot-up. In the code, there are log_warning() and log_debug() for the
same situation, and the log_debug() is never called. So, let's lower the
log level and remove never called function.
src/network/networkd-manager.c