Project

General

Profile

« Previous | Next » 

Revision 12871

fix: lib/sh/util.sh: echo_func(): file/line #: display with regular color because the lighter color actually draws attention to rather than away from the faded text

View differences:

trunk/lib/sh/util.sh
765 765
	log_local; log++; can_log || return
766 766
	local func="$1"; shift
767 767
	local loc; loc="$(log++ func_loc "$func")" || return
768
	echo_cmd "$func" "$@" "$(fade "@$loc")"
768
	echo_cmd "$func" "$@" "   $(plain "@$loc")"
769 769
}
770 770
# see echo_func alias after stub
771 771

  

Also available in: Unified diff