mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
udev: downgrade error level and mention that the error is ignored
(cherry picked from commit6e40ed5325
) (cherry picked from commita9dd0f6fc9
)
This commit is contained in:
parent
998b08ec5f
commit
8ead3d8e07
@ -1865,7 +1865,7 @@ static int main_loop(Manager *manager) {
|
|||||||
|
|
||||||
r = udev_rules_apply_static_dev_perms(manager->rules);
|
r = udev_rules_apply_static_dev_perms(manager->rules);
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
log_error_errno(r, "Failed to apply permissions on static device nodes: %m");
|
log_warning_errno(r, "Failed to apply permissions on static device nodes, ignoring: %m");
|
||||||
|
|
||||||
notify_ready();
|
notify_ready();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user