Correct the docs for the default log handler wrt to which messages go to
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Sep 2004 14:49:57 +0000 (14:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Sep 2004 14:49:57 +0000 (14:49 +0000)
2004-09-20  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/messages.sgml: Correct the docs for the default log
handler wrt to which messages go to stderr. (#153041, Philippe Blain)

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

index 44cd177b33ef1898a0e7836bfad6709071e91e49..b23a422ee46733d3f543c8b478ee582bef3a6bc6 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/tmpl/messages.sgml: Correct the docs for the default log
+       handler wrt to which messages go to stderr. (#153041, Philippe Blain)
+
 Sun Sep 19 23:15:17 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for
index 312700018b583228956fcb2b3c17a43378c60804..4e04bfc1b03bd5bcd3a1870bc2064d742966ccdd 100644 (file)
@@ -246,8 +246,8 @@ and log level combination. It outputs the message to stderr or stdout
 and if the log level is fatal it calls abort().
 </para>
 <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.
+stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL,
+%G_LOG_LEVEL_WARNING and %G_LOG_LEVEL_MESSAGE. stdout is used for the rest.
 </para>
 
 @log_domain: the log domain of the message.