1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Changed log level to DEBUG for stabber functional tests

This commit is contained in:
James Booth 2015-06-08 20:53:41 +01:00
parent 549fceaa7f
commit 05be60820f

View File

@ -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;
}