mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
show "this" in MidiRingBuffer::dump()
This commit is contained in:
parent
6e59ff4229
commit
d5984c6c15
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ MidiRingBuffer<T>::dump(ostream& str)
|
|||
size_t rspace;
|
||||
|
||||
if ((rspace = this->read_space()) == 0) {
|
||||
str << "MRB::dump: empty\n";
|
||||
str << this << " MRB::dump: empty\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue