Skip to content

Commit 0ac0148

Browse files
committed
8297342: make LOG=debug is too verbose
Reviewed-by: erikj
1 parent d0a7938 commit 0ac0148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common/MakeBase.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ define NamedParamsMacroTemplate
219219
$(foreach i,$(PARAM_SEQUENCE), $(if $(strip $($i)),\
220220
$(strip $1)_$(strip $(call EscapeHash, $(call DoubleDollar, $($i))))$(NEWLINE)))
221221
# Debug print all named parameter names and values
222-
$(if $(findstring $(LOG_LEVEL),debug trace), \
222+
$(if $(findstring $(LOG_LEVEL), trace), \
223223
$(info $0 $(strip $1) $(foreach i,$(PARAM_SEQUENCE), \
224224
$(if $(strip $($i)),$(NEWLINE) $(strip [$i] $(if $(filter $(LOG_LEVEL), trace), \
225225
$($i), $(wordlist 1, 20, $($(i))) $(if $(word 21, $($(i))), ...)))))))

0 commit comments

Comments
 (0)