Project

General

Profile

« Previous | Next » 

Revision 9361

lib/sh/util.sh: $log_fd: indicated that this is only initially stderr (however, the new port will just use stderr if it's not redirected separately)

View differences:

util.sh
184 184

  
185 185
### logging
186 186

  
187
log_fd=2 # stderr
187
log_fd=2 # initially stderr
188 188

  
189 189
if test "$explicit_errors_only"; then verbosity=0; fi # hide startup logging
190 190

  

Also available in: Unified diff