Project

General

Profile

« Previous | Next » 

Revision 14722

fix: lib/sh/util.sh: format_stack_frame(): need to hide canon_rel_path() info using log+

View differences:

util.sh
313 313

  
314 314
format_stack_frame() #usage: "$(func=_ file=_ line=_ format_stack_frame [args])"
315 315
{
316
	log_local; log+ 2 # hide canon_rel_path() info
316 317
	file="$(canon_rel_path "$file")" || return
317 318
	local caller="$file:$line"
318 319
	local func_loc; func_loc="$(func_loc "$func")" || return

Also available in: Unified diff