network: update one log message

This commit is contained in:
Yu Watanabe 2020-07-21 10:33:57 +09:00
parent 08de6f945d
commit 1cdea1a2f7
1 changed files with 1 additions and 1 deletions

View 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;
}