Change g_log (and friends) to print to stderr. Fixes #10577.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 27 Feb 2013 21:53:58 +0000 (22:53 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 27 Feb 2013 22:06:40 +0000 (23:06 +0100)
commit2158f572082e3595b2146fd6c7be751188c3b8d5
tree13be0133c43f3c15a3132c997c581a22f8bcba8c
parentbb05074a9f9bc01539eeb78d174347f949efbe5b
Change g_log (and friends) to print to stderr. Fixes #10577.

Stdout is block buffered somewhere (and fflushing 'stdout' doesn't
fix it, only fflushing all streams works), and takes forever to
show up in any output.
eglib/src/goutput.c