Skip to content

Commit

Permalink
network: drop noisy log message
Browse files Browse the repository at this point in the history
Closes #13595.

(cherry picked from commit 55a1729)
  • Loading branch information
yuwata authored and keszybz committed Oct 10, 2019
1 parent f67f0e4 commit 9d0ae98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/network/networkd-link.c
Expand Up @@ -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);
Expand Down

0 comments on commit 9d0ae98

Please sign in to comment.