libudev: always add UDEV_LOG

This commit is contained in:
Kay Sievers 2008-10-16 18:51:05 +02:00
parent 8460299b57
commit 3fb629fd5e

View File

@ -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) {