mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 06:58:22 +01:00
make debug message more useful
This commit is contained in:
parent
5aba4df252
commit
8ddeb712f6
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ MidiPort::flush_buffers (pframes_t nframes)
|
|||
#ifndef NDEBUG
|
||||
if (DEBUG::MidiIO & PBD::debug_bits) {
|
||||
DEBUG_STR_DECL(a);
|
||||
DEBUG_STR_APPEND(a, string_compose ("MidiPort %1 pop event @ %2 sz %3 ", this, ev.time(), ev.size()));
|
||||
DEBUG_STR_APPEND(a, string_compose ("MidiPort %1 pop event @ %2 sz %3 ", _buffer, ev.time(), ev.size()));
|
||||
for (size_t i=0; i < ev.size(); ++i) {
|
||||
DEBUG_STR_APPEND(a,hex);
|
||||
DEBUG_STR_APPEND(a,"0x");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue