--- unit/test-gattrib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit/test-gattrib.c b/unit/test-gattrib.c index a1ff530..cd43c3a 100644 --- a/unit/test-gattrib.c +++ b/unit/test-gattrib.c @@ -553,7 +553,8 @@ int main(int argc, char *argv[]) { g_test_init(&argc, &argv, NULL); - __btd_log_init("*", 0); + if (g_test_verbose()) + __btd_log_init("*", 0); /* * Test the GAttrib API behavior -- 2.1.0.rc2.206.gedb03e5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html