mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 15:16:21 +00:00
Specify log level when starting stabber, functional tests
This commit is contained in:
@@ -136,7 +136,7 @@ prof_start(void)
|
|||||||
void
|
void
|
||||||
init_prof_test(void **state)
|
init_prof_test(void **state)
|
||||||
{
|
{
|
||||||
if (stbbr_start(5230, 0) != 0) {
|
if (stbbr_start(STBBR_LOGINFO ,5230, 0) != 0) {
|
||||||
assert_true(FALSE);
|
assert_true(FALSE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user