http://bugzilla.moblin.org/show_bug.cgi?id=4676
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #1 from pohly <patrick.ohly(a)intel.com> 2009-07-23 04:14:38 ---
commit d1f4d1ca4beeabe884364a5a4dffb0a169aaa10c
Author: Patrick Ohly <patrick.ohly(a)intel.com>
Date: Thu Jul 23 13:07:24 2009 +0200
logging: don't use stderr/cerr (Bugzilla #4676)
Output via file descriptor 2 is filtered by our LogRedirect class.
This redirects errors into the log (if we have one) and suppresses
it otherwise (error output is translated to level DEVELOPER, which
is not printed on the console).
To get out own messages to the user reliably, we have to avoid
using stderr/cerr and print to the normal output channel instead.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.