diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-01-22 15:33:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-01-22 15:33:13 +0100 |
commit | 79c91cecc78eb435c92640109ebbbbc5467501f2 (patch) | |
tree | 15b535eea9f9ad8e3dc2f5350da15740f99c96a3 /src/tmpfiles/tmpfiles.c | |
parent | 07982ed1efcf7c1d3eee7fe15731e6bd24b5d176 (diff) | |
download | systemd-79c91cecc78eb435c92640109ebbbbc5467501f2.tar.gz |
tmpfiles: use the DEBUG_LOGGING macro where applicable
Diffstat (limited to 'src/tmpfiles/tmpfiles.c')
-rw-r--r-- | src/tmpfiles/tmpfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index d4a606ffbc..a090d86a6c 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -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"); |