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 commit 6e40ed5325
)
This commit is contained in:
parent
8fe0c12178
commit
a9dd0f6fc9
@ -2064,7 +2064,7 @@ static int main_loop(Manager *manager) {
|
||||
|
||||
r = udev_rules_apply_static_dev_perms(manager->rules);
|
||||
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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user