mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
udev: LOG_PRIORITY -> LOG_LEVEL
This commit is contained in:
parent
a8c78decf0
commit
ed14edc04f
@ -635,7 +635,7 @@ static struct udev_ctrl_connection *handle_ctrl_msg(struct udev_ctrl *uctrl)
|
||||
|
||||
i = udev_ctrl_get_set_log_level(ctrl_msg);
|
||||
if (i >= 0) {
|
||||
log_debug("udevd message (SET_LOG_PRIORITY) received, log_priority=%i", i);
|
||||
log_debug("udevd message (SET_LOG_LEVEL) received, log_priority=%i", i);
|
||||
log_set_max_level(i);
|
||||
udev_set_log_priority(udev, i);
|
||||
worker_kill(udev);
|
||||
|
Loading…
x
Reference in New Issue
Block a user