1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

network: drop error cause in log message

Fixes for 21486d9e99.
This commit is contained in:
Yu Watanabe 2018-11-02 17:36:50 +09:00
parent ecee0abe77
commit 7946d57f18

View File

@ -201,7 +201,7 @@ static int manager_udev_process_link(sd_device_monitor *monitor, sd_device *devi
}
if (!STR_IN_SET(action, "add", "change")) {
log_device_debug(device, "Ignoring udev %s event for device: %m", action);
log_device_debug(device, "Ignoring udev %s event for device.", action);
return 0;
}