]> git.ipfire.org Git - thirdparty/systemd.git/blame - coccinelle/debug-logging.cocci
test: Disable LUKS devices from initramfs in QEMU tests
[thirdparty/systemd.git] / coccinelle / debug-logging.cocci
CommitLineData
f1d34068
LP
1@@
2@@
33af88cf
FS
3(
4#define DEBUG_LOGGING
5&
f1d34068
LP
6- _unlikely_(log_get_max_level() >= LOG_DEBUG)
7+ DEBUG_LOGGING
33af88cf 8)
f1d34068
LP
9@@
10@@
33af88cf
FS
11(
12#define DEBUG_LOGGING
13&
f1d34068
LP
14- log_get_max_level() >= LOG_DEBUG
15+ DEBUG_LOGGING
33af88cf 16)