mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user