8297342: make LOG=debug is too verbose

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2022-11-21 15:13:08 +00:00
parent d0a7938eb7
commit 0ac01485d3

View File

@ -219,7 +219,7 @@ define NamedParamsMacroTemplate
$(foreach i,$(PARAM_SEQUENCE), $(if $(strip $($i)),\
$(strip $1)_$(strip $(call EscapeHash, $(call DoubleDollar, $($i))))$(NEWLINE)))
# Debug print all named parameter names and values
$(if $(findstring $(LOG_LEVEL),debug trace), \
$(if $(findstring $(LOG_LEVEL), trace), \
$(info $0 $(strip $1) $(foreach i,$(PARAM_SEQUENCE), \
$(if $(strip $($i)),$(NEWLINE) $(strip [$i] $(if $(filter $(LOG_LEVEL), trace), \
$($i), $(wordlist 1, 20, $($(i))) $(if $(word 21, $($(i))), ...)))))))