changeset 388:479f60cf85d8

Debug output stuff
author Chris Cannam
date Fri, 25 Jul 2014 17:02:44 +0100
parents a4c2a4685cf1
children 8cfc71c8ec4b
files framework/MainWindowBase.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Fri Jul 25 15:22:21 2014 +0100
+++ b/framework/MainWindowBase.cpp	Fri Jul 25 17:02:44 2014 +0100
@@ -654,7 +654,7 @@
 
     int frame = m_playSource->getCurrentBufferedFrame();
 
-//    cerr << "currentPaneChanged: current frame (in ref model) = " << frame << endl;
+    cerr << "currentPaneChanged: current frame (in ref model) = " << frame << endl;
 
     View::ModelSet soloModels = p->getModels();