From: Matthias Clasen Date: Mon, 20 Sep 2004 14:49:57 +0000 (+0000) Subject: Correct the docs for the default log handler wrt to which messages go to X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=af13bb21bba4f2f69eed2e7d0d9a2e15b9127d87;p=dana%2Fcg-glib.git Correct the docs for the default log handler wrt to which messages go to 2004-09-20 Matthias Clasen * glib/tmpl/messages.sgml: Correct the docs for the default log handler wrt to which messages go to stderr. (#153041, Philippe Blain) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 44cd177b..b23a422e 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2004-09-20 Matthias Clasen + + * 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 * glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for diff --git a/docs/reference/glib/tmpl/messages.sgml b/docs/reference/glib/tmpl/messages.sgml index 31270001..4e04bfc1 100644 --- a/docs/reference/glib/tmpl/messages.sgml +++ b/docs/reference/glib/tmpl/messages.sgml @@ -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(). -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. @log_domain: the log domain of the message.