Project

General

Profile

« Previous | Next » 

Revision 9358

lib/sh/util.sh: command__set_fds(): echo the >& line at a higher log_level, because this information (i.e. which fd is used by the command for logging) is primarily for debugging and should not normally be printed

View differences:

lib/sh/util.sh
519 519
		local src="&$log_fd"
520 520
	else local src=/dev/null
521 521
	fi
522
	set_fds "$cmd_log_fd>$src"
522
	log++ set_fds "$cmd_log_fd>$src"
523 523
}
524 524

  
525 525
# auto-echo common external commands

Also available in: Unified diff