comparison base/Debug.cpp @ 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 ad2d3e0a8b7c
children 04a198887a3d
comparison
equal deleted inserted replaced
1298:a1af054d8f75 1299:838a45cff62d
80 if (!m_stream) { 80 if (!m_stream) {
81 QDebug(QtWarningMsg) << (const char *)m_prefix 81 QDebug(QtWarningMsg) << (const char *)m_prefix
82 << "Failed to open debug log file " 82 << "Failed to open debug log file "
83 << fileName << " for writing"; 83 << fileName << " for writing";
84 } else { 84 } else {
85 cerr << m_prefix << ": Log file is " << fileName << endl; 85 // cerr << m_prefix << ": Log file is " << fileName << endl;
86 m_ok = true; 86 m_ok = true;
87 } 87 }
88 } 88 }
89 89
90 SVDebug::~SVDebug() 90 SVDebug::~SVDebug()