mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
more debug output
This commit is contained in:
parent
109486419e
commit
e291948dcb
1 changed files with 2 additions and 1 deletions
|
|
@ -553,7 +553,8 @@ DiskReader::overwrite_existing_buffers ()
|
|||
|
||||
Glib::Threads::Mutex::Lock lm (rbuf_lock);
|
||||
|
||||
DEBUG_TRACE (DEBUG::DiskIO, string_compose ("%1 overwriting existing buffers at %2\n", overwrite_sample));
|
||||
DEBUG_TRACE (DEBUG::DiskIO, string_compose ("%1 overwriting existing buffers at %2\n", name(), overwrite_sample));
|
||||
cerr << string_compose ("%1 overwriting existing buffers at %2\n", name(), overwrite_sample) << endl;
|
||||
|
||||
boost::shared_ptr<ChannelList> c = channels.reader();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue