]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: update one log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Jul 2020 01:33:57 +0000 (10:33 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Jul 2020 02:55:28 +0000 (11:55 +0900)
src/network/networkd-manager.c

index 4fbb7965be022ff376e641feeae355ac36662083..e326a7418f1143967e495fad144501f5a38d2485 100644 (file)
@@ -241,7 +241,7 @@ static int manager_udev_process_link(sd_device_monitor *monitor, sd_device *devi
                 return 0;
         }
         if (r > 0) {
-                log_device_debug(device, "Interface is under renaming, wait for the interface to be renamed: %m");
+                log_device_debug(device, "Interface is under renaming, wait for the interface to be renamed.");
                 return 0;
         }