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)
commitfddfbb3c47fe4234453350df5b4559d75c3bedc9
tree9c9951147883485da50b5f9eefad854165317152
parent6bdd39d0747913e5c5d8b0924cd1fe31c5a2808b
terminal UI: Fix circumstances when errors should be logged to stdout.

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.
src/ui/terminal/terminal-opts.c