mp_msg: print messages to stdout, statusline to stderr
commitdd066519f6266d562e8575bdc0a411590b573aef
authorUoti Urpala <uau@mplayer2.org>
Tue, 19 Feb 2013 13:05:14 +0000 (19 15:05 +0200)
committerUoti Urpala <uau@mplayer2.org>
Tue, 19 Feb 2013 13:27:21 +0000 (19 15:27 +0200)
treeb39d0545b444fefe1f7549fbbf21c5fdb5aee487
parent7c46aeb298decd2a14dac5d35575fd679f4c6001
mp_msg: print messages to stdout, statusline to stderr

Previously, mp_msg() printed text to either stderr or stdout depending
on verbosity level (errors/warnings to stderr, rest to stdout). This
split had no significant benefits that I know of, and made capturing
log output harder as you needed to capture both stdout and stderr.
Print all log output to stdout, statusline to stderr. Treat other
updated terminal output the same as statusline.
mp_msg.c
mplayer.c
stream/cache2.c