Use G_LOG_LEVEL_DEBUG in both definitions. (#300071, Tommi Komulainen)

2005-04-10  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmessages.h (g_debug): Use G_LOG_LEVEL_DEBUG in
	both definitions.  (#300071, Tommi Komulainen)
This commit is contained in:
Matthias Clasen 2005-04-11 01:03:37 +00:00 committed by Matthias Clasen
parent 853114e68b
commit f6841e80cf
5 changed files with 21 additions and 1 deletions

View 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> 2005-04-09 Tor Lillqvist <tml@novell.com>
* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094) * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)

View 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> 2005-04-09 Tor Lillqvist <tml@novell.com>
* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094) * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)

View 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> 2005-04-09 Tor Lillqvist <tml@novell.com>
* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094) * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)

View 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> 2005-04-09 Tor Lillqvist <tml@novell.com>
* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094) * glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)

View File

@ -152,7 +152,7 @@ void g_assert_warning (const char *log_domain,
G_LOG_LEVEL_WARNING, \ G_LOG_LEVEL_WARNING, \
format) format)
#define g_debug(format...) g_log (G_LOG_DOMAIN, \ #define g_debug(format...) g_log (G_LOG_DOMAIN, \
G_LOG_LEVEL_WARNING, \ G_LOG_LEVEL_DEBUG, \
format) format)
#else /* no varargs macros */ #else /* no varargs macros */
static void static void