tmpfiles: use the DEBUG_LOGGING macro where applicable

This commit is contained in:
Lennart Poettering 2018-01-22 15:33:13 +01:00
parent 07982ed1ef
commit 79c91cecc7
1 changed files with 1 additions and 1 deletions

View File

@ -2524,7 +2524,7 @@ int main(int argc, char *argv[]) {
}
}
{
if (DEBUG_LOGGING) {
_cleanup_free_ char *t = NULL;
t = strv_join(config_dirs, "\n\t");