Remove comment that only stdout would be used on Windows, no longer true.

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.
This commit is contained in:
Tor Lillqvist 2003-01-01 01:40:52 +00:00 committed by Tor Lillqvist
parent 1b68ce7033
commit 7809df2a6a
2 changed files with 5 additions and 1 deletions

View 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.

View 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.