From 7f952611ac4ef3eaed1eef9bc86be955ff66ef2a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 6 Oct 2014 15:20:50 -0500 Subject: report unexpected g_log() calls via g_print() instead of g_log() :D --- tests/glib-fixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/glib-fixture.h b/tests/glib-fixture.h index a3e9605..a5da2f5 100644 --- a/tests/glib-fixture.h +++ b/tests/glib-fixture.h @@ -55,7 +55,7 @@ class GlibFixture : public ::testing::Test if (expected_log[level] != n) for (size_t i=0; i