1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

libudev: fix --enable-debug

This commit is contained in:
Kay Sievers 2008-10-05 16:18:21 +02:00
parent 30f8f89625
commit 85e73aef06
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -1,8 +1,8 @@
o add DVB variables to kernel, and drop shell script rule
o handle spaces in SYMLINK+=, do not create multiple links
o use libudev device in udev_rules.c
get rid of udevice, store rule matching state in rule iterator
o rework rules to a match-action list, instead of a rules array
o add DVB variables to kernel, and drop shell script rule
o add watershed extra
o DEVTYPE for disks is set by the kernel, they will be removed from
the default rules

View File

@ -27,7 +27,7 @@ static inline void __attribute__ ((format(printf, 2, 3)))
log_null(struct udev *udev, const char *format, ...) {}
#ifdef USE_LOG
# ifdef USE_DEBUG
# ifdef DEBUG
# define dbg(udev, arg...) udev_log(udev, LOG_DEBUG, __FILE__, __LINE__, __FUNCTION__, ## arg)
# else
# define dbg(udev, arg...) log_null(udev, ## arg)