diff options
author | James Booth <boothj5@gmail.com> | 2015-06-08 20:53:41 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-08 20:53:41 +0100 |
commit | 05be60820f853eb6d829658917cafe379a2ae5f1 (patch) | |
tree | 22defe950147343169207d8e8f16c52144b78a6d | |
parent | 549fceaa7f020a150ce3749a4213d9b22bd96401 (diff) | |
download | profani-tty-05be60820f853eb6d829658917cafe379a2ae5f1.tar.gz |
Changed log level to DEBUG for stabber functional tests
-rw-r--r-- | functionaltests/proftest.c | 2 |
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; } |