diff options
author | James Booth <boothj5@gmail.com> | 2015-06-08 21:27:31 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-08 21:27:31 +0100 |
commit | 6ecc93bb166b2baa8f88dcf9fe14aa9023342d87 (patch) | |
tree | 8afbb9bce70d09d550d3f4016de6f7b66f425fab | |
parent | abcf67044cb6347db6c96c07fb0f6d2d5cee8f9d (diff) | |
parent | 05be60820f853eb6d829658917cafe379a2ae5f1 (diff) | |
download | profani-tty-6ecc93bb166b2baa8f88dcf9fe14aa9023342d87.tar.gz |
Merge branch 'master' into openpgp
-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; } |