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)
This commit is contained in:
Yu Watanabe 2022-07-13 11:08:09 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 8fe0c12178
commit a9dd0f6fc9

View File

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