Stop spamming debug output messages.

This commit is contained in:
David Reid
2019-04-08 17:43:18 +10:00
parent 930b42a136
commit db011c39e3
+2 -2
View File
@@ -14850,7 +14850,7 @@ ma_result ma_device_read__pulse(ma_device* pDevice, void* pPCMFrames, ma_uint32
}
#if defined(MA_DEBUG_OUTPUT)
printf("TRACE: Data available: bytesMapped=%ld, readableSizeInBytes=%ld.\n", bytesMapped, readableSizeInBytes);
//printf("TRACE: Data available: bytesMapped=%ld, readableSizeInBytes=%ld.\n", bytesMapped, readableSizeInBytes);
#endif
if (pDevice->pulse.pMappedBufferCapture == NULL && bytesMapped == 0) {
@@ -14865,7 +14865,7 @@ ma_result ma_device_read__pulse(ma_device* pDevice, void* pPCMFrames, ma_uint32
} else {
/* No data available. Need to wait for more. */
#if defined(MA_DEBUG_OUTPUT)
printf("TRACE: Capture: pa_mainloop_iterate(). readableSizeInBytes=%ld\n", readableSizeInBytes);
//printf("TRACE: Capture: pa_mainloop_iterate(). readableSizeInBytes=%ld\n", readableSizeInBytes);
#endif
/*