From 0336eb67a23a434ecb08b1fcafb087b869f45239 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 Feb 2013 16:53:45 -0500 Subject: [PATCH] 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. --- glib/gtestutils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/gtestutils.c b/glib/gtestutils.c index ace550d..4089758 100644 --- a/glib/gtestutils.c +++ b/glib/gtestutils.c @@ -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; -- 2.7.4