]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: downgrade error level and mention that the error is ignored
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Jul 2022 02:08:09 +0000 (11:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 23 Jul 2022 05:08:40 +0000 (14:08 +0900)
src/udev/udevd.c

index bf6d347fb626c6373239c0f03b41e86efd997010..193bfa69e5428906c11f309d543d11bb0a300f73 100644 (file)
@@ -2018,7 +2018,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();