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 9408431..499cff4 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 57c773b..0f49203 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.