about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-08 21:27:31 +0100
committerJames Booth <boothj5@gmail.com>2015-06-08 21:27:31 +0100
commit6ecc93bb166b2baa8f88dcf9fe14aa9023342d87 (patch)
tree8afbb9bce70d09d550d3f4016de6f7b66f425fab
parentabcf67044cb6347db6c96c07fb0f6d2d5cee8f9d (diff)
parent05be60820f853eb6d829658917cafe379a2ae5f1 (diff)
downloadprofani-tty-6ecc93bb166b2baa8f88dcf9fe14aa9023342d87.tar.gz
Merge branch 'master' into openpgp
-rw-r--r--functionaltests/proftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c
index 1925df02..5d7b6585 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(STBBR_LOGINFO ,5230, 0) != 0) {
+    if (stbbr_start(STBBR_LOGDEBUG ,5230, 0) != 0) {
         assert_true(FALSE);
         return;
     }