Project

General

Profile

« Previous | Next » 

Revision 13199

fix: lib/sh/util.sh: echo_vars(): log at same log_level as echo_func so kw_params are displayed along with positional params

View differences:

trunk/lib/sh/util.sh
736 736

  
737 737
echo_vars() # usage: echo_vars var... # only prints vars that are defined
738 738
{
739
	log_local; log+ 2
739
	log_local; log++ # same log_level as echo_func
740 740
	if can_log; then
741 741
		local var
742 742
		for var in "${@%%=*}"; do

Also available in: Unified diff