1
1
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)
(cherry picked from commit a9dd0f6fc9)
This commit is contained in:
Yu Watanabe 2022-07-13 11:08:09 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 998b08ec5f
commit 8ead3d8e07

View File

@ -1865,7 +1865,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();