chiark / gitweb /
remove len == 0 check, the index root is always '\0'
[elogind.git] / udev / udevd.c
index 15a197e561e1674d91b478b072763f2baff9f374..08a87b033b46a47c2a60e3683d7d340449391591 100644 (file)
@@ -864,7 +864,7 @@ int main(int argc, char *argv[])
                                          IN_CREATE | IN_DELETE | IN_MOVE | IN_CLOSE_WRITE);
                }
        } else if (errno == ENOSYS)
-               err(udev, "the kernel does not support inotify, udevd can't monitor rules file changes\n");
+               info(udev, "unable to use inotify, udevd will not monitor rule files changes\n");
        else
                err(udev, "inotify_init failed: %m\n");