Fix another debug message
This commit is contained in:
parent
9d0415ba04
commit
75e6a77c3e
@ -560,7 +560,7 @@ DiskReader::pending_overwrite () const
|
|||||||
void
|
void
|
||||||
DiskReader::set_pending_overwrite (OverwriteReason why)
|
DiskReader::set_pending_overwrite (OverwriteReason why)
|
||||||
{
|
{
|
||||||
DEBUG_TRACE (DEBUG::DiskIO, string_compose ("%1 set_pending_overwrite because %3%4%5\n", owner ()->name (), std::hex, why, std::dec));
|
DEBUG_TRACE (DEBUG::DiskIO, string_compose ("%1 set_pending_overwrite because %2%3%4\n", owner ()->name (), std::hex, why, std::dec));
|
||||||
std::shared_ptr<ChannelList const> c = channels.reader ();
|
std::shared_ptr<ChannelList const> c = channels.reader ();
|
||||||
|
|
||||||
/* called from audio thread, so we can use the read ptr and playback sample as we wish */
|
/* called from audio thread, so we can use the read ptr and playback sample as we wish */
|
||||||
|
Loading…
Reference in New Issue
Block a user