Remove comment that only stdout would be used on Windows, no longer true.
authorTor Lillqvist <tml@iki.fi>
Wed, 1 Jan 2003 01:40:52 +0000 (01:40 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 1 Jan 2003 01:40:52 +0000 (01:40 +0000)
2003-01-01  Tor Lillqvist  <tml@iki.fi>

* glib/tmpl/messages.sgml: Remove comment that only stdout would
be used on Windows, no longer true.

docs/reference/ChangeLog
docs/reference/glib/tmpl/messages.sgml

index 940843164d1c18101f56cb5cf05a0320af6faed0..499cff4a94be8f3c1f38bea0fb76d85936b5c12f 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-01  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/tmpl/messages.sgml: Remove comment that only stdout would
+       be used on Windows, no longer true.
+
 2002-12-15  Matthias Clasen  <maclas@gmx.de>
 
        * gobject/tmpl/param_value_types.sgml: Move some docs inline.
index 57c773bc9a6367d19429a3c77ca2636406175892..0f4920384e25cea7cb6f9258de3e3e38b1579329 100644 (file)
@@ -242,7 +242,6 @@ and if the log level is fatal it calls <function>abort()</function>.
 <para>
 stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL, and
 %G_LOG_LEVEL_WARNING. stdout is used for the rest.
-(On the Windows platform, stdout is always used.)
 </para>
 
 @log_domain: the log domain of the message.