]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-251: Clean up - Log_info() related mod.
authorGovind Jeyaram <govind.j@ti.com>
Sat, 1 Apr 2017 00:49:03 +0000 (17:49 -0700)
committerGovind Jeyaram <govind.j@ti.com>
Sat, 1 Apr 2017 00:49:03 +0000 (17:49 -0700)
pasdk/test_dsp/sap/sap_mcasp.c

index f46beea2fd255094744d7602d03c166c30c6179d..2adffe09b954e3e36b7862235ebe2f1de7f250ca 100644 (file)
@@ -542,7 +542,7 @@ Int SAP_MCASP_enable (DEV2_Handle device)
                        timeout++;
                        if (timeout > 10000)
                        {
-                               //TRACE_TERSE1(( "SAP_MCASP_enable(): McASP serializer %d timed out.\n", i));
+                               Log_info1("SAP_MCASP_enable(): McASP serializer %d timed out.\n", i);
                                result = SIO2_ETIMEOUT;
                                break;
                        }