Revision 12860
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
763 | 763 |
log_local; log++; can_log || return |
764 | 764 |
local func="$1"; shift |
765 | 765 |
local loc; loc="$(log++ func_loc "$func")" || return |
766 |
echo_cmd "$func" "$@" "@$loc"
|
|
766 |
echo_cmd "$func" "$@" "$(fade "@$loc")"
|
|
767 | 767 |
} |
768 | 768 |
# see echo_func alias after stub |
769 | 769 |
|
Also available in: Unified diff
lib/sh/util.sh: echo_func(): fade the file/line # to avoid distracting from the function call in the default log output