diff options
author | James Booth <boothj5@gmail.com> | 2015-06-07 19:14:42 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-07 19:14:42 +0100 |
commit | 81522a75165ceb2cee706c082c14471fa767ee52 (patch) | |
tree | bc319c8a725b747c49d2eaf38f9c55346b251c70 | |
parent | 9f3497bffdea7b83e5f5a150ef8299c145b2e239 (diff) | |
download | profani-tty-81522a75165ceb2cee706c082c14471fa767ee52.tar.gz |
Specify log level when starting 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 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; } |