Skip to content

Commit

Permalink
network: drop noisy log message
Browse files Browse the repository at this point in the history
Closes #13595.
  • Loading branch information
yuwata committed Sep 26, 2019
1 parent 10b843e commit 55a1729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/network/networkd-link.c
Original file line number Diff line number Diff line change
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 55a1729

Please sign in to comment.