mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
f1d34068ef
This makes things a bit easier to read I think, and also makes sure we always use the _unlikely_ wrapper around it, which so far we used sometimes and other times we didn't. Let's clean that up.
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
@@
|
|
@@
|
|
- _unlikely_(log_get_max_level() >= LOG_DEBUG)
|
|
+ DEBUG_LOGGING
|
|
@@
|
|
@@
|
|
- log_get_max_level() >= LOG_DEBUG
|
|
+ DEBUG_LOGGING
|