From: Lennart Poettering Date: Mon, 22 Jan 2018 14:33:13 +0000 (+0100) Subject: tmpfiles: use the DEBUG_LOGGING macro where applicable X-Git-Tag: v237~57^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c91cecc78eb435c92640109ebbbbc5467501f2;p=thirdparty%2Fsystemd.git tmpfiles: use the DEBUG_LOGGING macro where applicable --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index d4a606ffbc2..a090d86a6cc 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");