about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-08 20:53:41 +0100
committerJames Booth <boothj5@gmail.com>2015-06-08 20:53:41 +0100
commit05be60820f853eb6d829658917cafe379a2ae5f1 (patch)
tree22defe950147343169207d8e8f16c52144b78a6d
parent549fceaa7f020a150ce3749a4213d9b22bd96401 (diff)
downloadprofani-tty-05be60820f853eb6d829658917cafe379a2ae5f1.tar.gz
Changed log level to DEBUG for 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 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;
     }