network: drop noisy log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 25 Sep 2019 15:21:00 +0000 (00:21 +0900)
committerMichael Biebl <biebl@debian.org>
Tue, 19 Nov 2019 08:17:12 +0000 (08:17 +0000)
Closes #13595.

(cherry picked from commit 55a1729fd095f2e0733247e7b4911cf41bf6b2ed)
(cherry picked from commit 9d0ae987a6345ad62ab8f4b89c8ab76637396b46)

Gbp-Pq: Name network-drop-noisy-log-message.patch

src/network/networkd-link.c

index f296e5c8019ea04216ad10204d820ad13412287e..10f0ce0bcb6929205cdc174b064e326edce3f233 100644 (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);