Log errors the same way as messages
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Feb 2013 21:53:45 +0000 (16:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Feb 2013 23:27:22 +0000 (18:27 -0500)
This will make sense if we keep going past
the assertions that cause the error to be logged.

glib/gtestutils.c

index ace550d..4089758 100644 (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;