about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-07 19:14:42 +0100
committerJames Booth <boothj5@gmail.com>2015-06-07 19:14:42 +0100
commit81522a75165ceb2cee706c082c14471fa767ee52 (patch)
treebc319c8a725b747c49d2eaf38f9c55346b251c70
parent9f3497bffdea7b83e5f5a150ef8299c145b2e239 (diff)
downloadprofani-tty-81522a75165ceb2cee706c082c14471fa767ee52.tar.gz
Specify log level when starting stabber, functional tests
-rw-r--r--functionaltests/proftest.c2
1 files changed, 1 insertions, 1 deletions
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;
     }