# HG changeset patch # User Matti Hamalainen # Date 1577433082 -7200 # Node ID d6b64ba5e6ea4e1a2b96a0c63ec5545fd3980bc8 # Parent 32245648f0f0c9ebbf3c1cda74d1f1b6b213bb5d Increase the printf debug messages verbosity threshold from 2 to 3. diff -r 32245648f0f0 -r d6b64ba5e6ea tests.c --- a/tests.c Fri Dec 27 09:33:59 2019 +0200 +++ b/tests.c Fri Dec 27 09:51:22 2019 +0200 @@ -564,7 +564,7 @@ tprint(1, "Enabled test types are 0x%04x.\n", optFlags); // Setup printf debug value - th_printf_debug = th_verbosity >= 2; + th_printf_debug = th_verbosity >= 3; // // Test series for printf()