]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: use the DEBUG_LOGGING macro where applicable
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Jan 2018 14:33:13 +0000 (15:33 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 22 Jan 2018 14:33:13 +0000 (15:33 +0100)
src/tmpfiles/tmpfiles.c

index d4a606ffbc2f5e6d6a05807b3d3a37c7c3fc0048..a090d86a6cc2cd633e709f1adf12f971bda892d0 100644 (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");