summaryrefslogtreecommitdiff
path: root/src/core/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/execute.c')
-rw-r--r--src/core/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c
index f20246796f..b91f654994 100644
--- a/src/core/execute.c
+++ b/src/core/execute.c
@@ -3418,7 +3418,7 @@ static int exec_child(
return log_oom();
}
- if (_unlikely_(log_get_max_level() >= LOG_DEBUG)) {
+ if (DEBUG_LOGGING) {
_cleanup_free_ char *line;
line = exec_command_line(final_argv);