diff framework/MainWindowBase.cpp @ 237:1ebd8e13262d

Fix compile error (bad merge! oops)
author Chris Cannam
date Wed, 29 Jun 2011 09:57:36 +0100
parents dd14baa45847
children ecbf3b75c562
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Sun Jun 26 19:53:34 2011 +0100
+++ b/framework/MainWindowBase.cpp	Wed Jun 29 09:57:36 2011 +0100
@@ -1188,7 +1188,7 @@
     bool loadedTemplate = false;
 
     if (mode == ReplaceSession) {
-        std::cerr << "SV looking for template " << tplPath << std::endl;
+        std::cerr << "SV looking for template " << templateName << std::endl;
         if (templateName != "") {
             FileOpenStatus tplStatus = openSessionTemplate(templateName);
             if (tplStatus != FileOpenFailed) {