terminal UI: Fix circumstances when errors should be logged to stdout.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 6 Mar 2010 19:43:42 +0000 (11:43 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 6 Mar 2010 19:54:40 +0000 (11:54 -0800)
The logic here was supposed to be that, if errors weren't already being
logged explicitly and if no output driver was already directed to stdout,
then send errors to standard output.  But one of the conditions was
reversed.  This fixes the problem.


No differences found