Use G_LOG_LEVEL_DEBUG in both definitions. (#300071, Tommi Komulainen)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Apr 2005 01:03:37 +0000 (01:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Apr 2005 01:03:37 +0000 (01:03 +0000)
2005-04-10  Matthias Clasen  <mclasen@redhat.com>

* glib/gmessages.h (g_debug): Use G_LOG_LEVEL_DEBUG in
both definitions.  (#300071, Tommi Komulainen)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gmessages.h

index dda9507..a69d097 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h (g_debug): Use G_LOG_LEVEL_DEBUG in
+       both definitions.  (#300071, Tommi Komulainen)
+
 2005-04-09  Tor Lillqvist  <tml@novell.com>
 
        * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
index dda9507..a69d097 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h (g_debug): Use G_LOG_LEVEL_DEBUG in
+       both definitions.  (#300071, Tommi Komulainen)
+
 2005-04-09  Tor Lillqvist  <tml@novell.com>
 
        * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
index dda9507..a69d097 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h (g_debug): Use G_LOG_LEVEL_DEBUG in
+       both definitions.  (#300071, Tommi Komulainen)
+
 2005-04-09  Tor Lillqvist  <tml@novell.com>
 
        * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
index dda9507..a69d097 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h (g_debug): Use G_LOG_LEVEL_DEBUG in
+       both definitions.  (#300071, Tommi Komulainen)
+
 2005-04-09  Tor Lillqvist  <tml@novell.com>
 
        * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
index a739530..0037af6 100644 (file)
@@ -152,7 +152,7 @@ void g_assert_warning         (const char *log_domain,
                                        G_LOG_LEVEL_WARNING,  \
                                        format)
 #define g_debug(format...)      g_log (G_LOG_DOMAIN,         \
-                                       G_LOG_LEVEL_WARNING,  \
+                                       G_LOG_LEVEL_DEBUG,    \
                                        format)
 #else   /* no varargs macros */
 static void