1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

network: drop noisy log message

Closes #13595.

(cherry picked from commit 55a1729fd0)
This commit is contained in:
Yu Watanabe 2019-09-26 00:21:00 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent f67f0e4ec4
commit 9d0ae987a6

View File

@ -856,8 +856,6 @@ static void link_enter_configured(Link *link) {
if (link->state != LINK_STATE_CONFIGURING)
return;
log_link_info(link, "Configured");
link_set_state(link, LINK_STATE_CONFIGURED);
(void) link_join_netdevs_after_configured(link);