improve debug message
authorRobin Gareus <robin@gareus.org>
Mon, 30 Dec 2013 15:58:46 +0000 (16:58 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 30 Dec 2013 15:58:46 +0000 (16:58 +0100)
libs/ardour/midi_port.cc

index ae168356b6e51f580d0de01955aeb1ae6761131f..9b665f3a16a8daa1bce21359c0f259aa395dc0c1 100644 (file)
@@ -205,7 +205,7 @@ MidiPort::flush_buffers (pframes_t nframes)
                                             << ev.time() << " > " << _global_port_buffer_offset + _port_buffer_offset << endl;
                                }
                        } else {
-                               cerr << "drop flushed event on the floor, time " << ev
+                               cerr << "drop flushed event on the floor, time " << ev.time()
                                     << " to early for " << _global_port_buffer_offset 
                                     << " + " << _port_buffer_offset << endl;
                        }