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