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:
Matthias Clasen 2013-02-02 16:53:45 -05:00
parent f5f151cb85
commit 0336eb67a2

View File

@ -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;