From 81522a75165ceb2cee706c082c14471fa767ee52 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 7 Jun 2015 19:14:42 +0100 Subject: [PATCH] Specify log level when starting stabber, functional tests --- functionaltests/proftest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c index a205e7a1..1925df02 100644 --- a/functionaltests/proftest.c +++ b/functionaltests/proftest.c @@ -136,7 +136,7 @@ prof_start(void) void init_prof_test(void **state) { - if (stbbr_start(5230, 0) != 0) { + if (stbbr_start(STBBR_LOGINFO ,5230, 0) != 0) { assert_true(FALSE); return; }