1 parent d533b8e commit b9464a1Copy full SHA for b9464a1
1 file changed
softhddevice.cpp
@@ -743,7 +743,7 @@ bool cSoftHdDevice::Flush(int timeoutMs)
743
if (IsDetached())
744
return true;
745
746
- LOGDEBUG("device: %s: timeout % ms", __FUNCTION__, timeoutMs);
+// LOGDEBUG("device: %s: timeout %d ms", __FUNCTION__, timeoutMs);
747
748
const auto buffersEmpty = [&]() {
749
return m_playbackMode == AUDIO_ONLY
0 commit comments