projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f151c
)
Log errors the same way as messages
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Feb 2013 21:53:45 +0000
(16:53 -0500)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/glib/gtestutils.c
b/glib/gtestutils.c
index
ace550d
..
4089758
100644
(file)
--- 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;