From 3b18d21ba5d276f8fa4d22a91faaa71e62dc3c28 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 14 Oct 2019 14:54:59 +0200 Subject: tests: avoid g_print() and use g_debug() instead The debug-level logs won't be printed e.g. during 'make check', but will be included when running the tester manually. --- plugins/cinterion/tests/test-modem-helpers-cinterion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/cinterion/tests/test-modem-helpers-cinterion.c') diff --git a/plugins/cinterion/tests/test-modem-helpers-cinterion.c b/plugins/cinterion/tests/test-modem-helpers-cinterion.c index eef0a708..041736f6 100644 --- a/plugins/cinterion/tests/test-modem-helpers-cinterion.c +++ b/plugins/cinterion/tests/test-modem-helpers-cinterion.c @@ -699,7 +699,7 @@ common_test_slcc_urc (const gchar *urc, g_assert_no_error (error); g_assert (result); - g_print ("found %u calls\n", g_list_length (call_info_list)); + g_debug ("found %u calls", g_list_length (call_info_list)); if (expected_call_info_list) { g_assert (call_info_list); @@ -712,7 +712,7 @@ common_test_slcc_urc (const gchar *urc, gboolean found = FALSE; guint i; - g_print ("call at index %u: direction %s, state %s, number %s\n", + g_debug ("call at index %u: direction %s, state %s, number %s", call_info->index, mm_call_direction_get_string (call_info->direction), mm_call_state_get_string (call_info->state), -- cgit v1.2.3-70-g09d2