summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_port.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-19 13:14:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-19 13:14:50 +0000
commit051b81494c2ac4b8c6784af913b82b50e1f2eeb6 (patch)
treec9e218e557c5bea1d81b116f868dcef4d425b5cb /libs/ardour/midi_port.cc
parentb1bc353f0d770a28a0a4c2d91959cc0d2acc1216 (diff)
slightly more informational debug message
git-svn-id: svn://localhost/ardour2/branches/3.0@13896 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/midi_port.cc')
-rw-r--r--libs/ardour/midi_port.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/midi_port.cc b/libs/ardour/midi_port.cc
index cc72eabba4..51d364a3d9 100644
--- a/libs/ardour/midi_port.cc
+++ b/libs/ardour/midi_port.cc
@@ -173,7 +173,8 @@ MidiPort::flush_buffers (pframes_t nframes)
}
} else {
cerr << "drop flushed event on the floor, time " << ev
- << " to early for " << _global_port_buffer_offset + _port_buffer_offset << endl;
+ << " to early for " << _global_port_buffer_offset
+ << " + " << _port_buffer_offset << endl;
}
}
}