mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
udev-manager: fix log message
This commit is contained in:
@@ -1289,7 +1289,7 @@ int manager_main(Manager *manager) {
|
||||
|
||||
r = udev_ctrl_start(manager->ctrl, on_ctrl_msg, manager);
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Failed to start device monitor: %m");
|
||||
return log_error_errno(r, "Failed to start udev control: %m");
|
||||
|
||||
/* This needs to be after the inotify and uevent handling, to make sure
|
||||
* that the ping is send back after fully processing the pending uevents
|
||||
|
||||
Reference in New Issue
Block a user