]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/debug-logging.cocci
docs: document new description field
[thirdparty/systemd.git] / coccinelle / debug-logging.cocci
1 @@
2 @@
3 (
4 #define DEBUG_LOGGING
5 &
6 - _unlikely_(log_get_max_level() >= LOG_DEBUG)
7 + DEBUG_LOGGING
8 )
9 @@
10 @@
11 (
12 #define DEBUG_LOGGING
13 &
14 - log_get_max_level() >= LOG_DEBUG
15 + DEBUG_LOGGING
16 )