changeset 1299:838a45cff62d 3.0-integration

Don't show this... We should find a better way to make it available in the UI
author Chris Cannam
date Fri, 25 Nov 2016 17:33:12 +0000
parents a1af054d8f75
children 4a2bc07ec0fb
files base/Debug.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/base/Debug.cpp	Fri Nov 25 14:26:24 2016 +0000
+++ b/base/Debug.cpp	Fri Nov 25 17:33:12 2016 +0000
@@ -82,7 +82,7 @@
                              << "Failed to open debug log file "
                              << fileName << " for writing";
     } else {
-        cerr << m_prefix << ": Log file is " << fileName << endl;
+//        cerr << m_prefix << ": Log file is " << fileName << endl;
         m_ok = true;
     }
 }