mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
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:
committed by
Matthias Clasen
parent
853114e68b
commit
f6841e80cf
@@ -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
|
||||
|
Reference in New Issue
Block a user