mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Log errors the same way as messages
This will make sense if we keep going past the assertions that cause the error to be logged.
This commit is contained in:
parent
f5f151cb85
commit
0336eb67a2
@ -633,6 +633,7 @@ g_test_log (GTestLogType lbit,
|
||||
g_print ("(MAXPERF:%s)\n", string1);
|
||||
break;
|
||||
case G_TEST_LOG_MESSAGE:
|
||||
case G_TEST_LOG_ERROR:
|
||||
if (g_test_verbose())
|
||||
g_print ("(MSG: %s)\n", string1);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user