diff options
-rw-r--r-- | etc/udev/udev.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/udev.conf b/etc/udev/udev.conf index 41902c4f06..e6ef0814bf 100644 --- a/etc/udev/udev.conf +++ b/etc/udev/udev.conf @@ -2,6 +2,6 @@ # The initial syslog(3) priority: "err", "info", "debug" or its # numerical equivalent. For runtime debugging, the daemons internal -# state can be changed with: "udevcontrol log_priority=<value>". +# state can be changed with: "udevadm control --log_priority=<value>". udev_log="err" |