Merge branch 'master' into openpgp

This commit is contained in:
James Booth
2015-06-08 21:27:31 +01:00

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