Turn on test tracing for debug

This commit is contained in:
Ian Craggs 2014-03-11 16:11:55 +00:00
parent b76cb869b0
commit bc11ecc07a
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ int main(int argc, char** argv)
for (options.test_no = 1; options.test_no < ARRAY_SIZE(tests); ++options.test_no)
{
failures = 0;
MQTTAsync_setTraceLevel(MQTTASYNC_TRACE_ERROR);
//MQTTAsync_setTraceLevel(MQTTASYNC_TRACE_ERROR);
rc += tests[options.test_no](options); /* return number of failures. 0 = test succeeded */
}
}