mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-25 08:29:59 +07:00
libudev: always add UDEV_LOG
This commit is contained in:
parent
8460299b57
commit
3fb629fd5e
@ -198,7 +198,7 @@ struct udev *udev_new(void)
|
||||
}
|
||||
|
||||
if (strcasecmp(key, "udev_log") == 0) {
|
||||
udev->log_priority = util_log_priority(val);
|
||||
udev_set_log_priority(udev, util_log_priority(val));
|
||||
continue;
|
||||
}
|
||||
if (strcasecmp(key, "udev_root") == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user