summaryrefslogtreecommitdiff
path: root/coccinelle/debug-logging.cocci
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on ↵Lennart Poettering2017-12-151-0/+8
(#7645) 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.