added newly added gobject/ headers.
[platform/upstream/glib.git] / glib / gmessages.c
index 32b63e1..1685f86 100644 (file)
@@ -471,7 +471,7 @@ g_log_default_handler (const gchar    *log_domain,
    */
   fd = stdout;
 #else
-  fd = (log_level >= G_LOG_LEVEL_MESSAGE) ? 1 : 2;
+  fd = (log_level > G_LOG_LEVEL_MESSAGE) ? 1 : 2;
 #endif
   
   g_mutex_lock (g_messages_lock);