mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gio/tests: use g_message to print --watch result
g_debug() isn't printed by default. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
06160facf3
commit
0ed621e905
@ -33,7 +33,7 @@ warning_cb (GMemoryMonitor *m,
|
||||
GMemoryMonitorWarningLevel level)
|
||||
{
|
||||
char *str = g_enum_to_string (G_TYPE_MEMORY_MONITOR_WARNING_LEVEL, level);
|
||||
g_debug ("Warning level: %s (%d)", str , level);
|
||||
g_message ("Warning level: %s (%d)", str , level);
|
||||
g_free (str);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user