Project

General

Profile

« Previous | Next » 

Revision 9332

lib/sh/util.sh: echo_stdin(): don' increase the log_level, because the input being sent to the command (which is usually a set of interpreted commands itself) is necessary to fully know what action is being performed

View differences:

lib/sh/util.sh
536 536

  
537 537
echo_stdin() # usage: input|echo_stdin|cmd
538 538
{
539
	log++
540 539
	if can_log; then
541 540
		pipe_delay
542 541
		echo ----- >&"$log_fd"

Also available in: Unified diff