Skip to content

Commit b9464a1

Browse files
committed
device: fix typo in Flush() and comment LOG
1 parent d533b8e commit b9464a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

softhddevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ bool cSoftHdDevice::Flush(int timeoutMs)
743743
if (IsDetached())
744744
return true;
745745

746-
LOGDEBUG("device: %s: timeout % ms", __FUNCTION__, timeoutMs);
746+
// LOGDEBUG("device: %s: timeout %d ms", __FUNCTION__, timeoutMs);
747747

748748
const auto buffersEmpty = [&]() {
749749
return m_playbackMode == AUDIO_ONLY

0 commit comments

Comments
 (0)