comparison base/Debug.cpp @ 1823:07a8793a0388

This is distracting in Sonic Annotator
author Chris Cannam
date Tue, 28 Jan 2020 14:32:34 +0000
parents 40420fa95ffe
children 166d7a4c2cd6
comparison
equal deleted inserted replaced
1809:73447d746db3 1823:07a8793a0388
82 QDebug(QtWarningMsg) << (const char *)m_prefix 82 QDebug(QtWarningMsg) << (const char *)m_prefix
83 << "Failed to open debug log file " 83 << "Failed to open debug log file "
84 << fileName << " for writing"; 84 << fileName << " for writing";
85 } else { 85 } else {
86 m_ok = true; 86 m_ok = true;
87 cerr << "Log file is " << fileName << endl; 87 // cerr << "Log file is " << fileName << endl;
88 (*this) << "Debug log started at " 88 (*this) << "Debug log started at "
89 << QDateTime::currentDateTime().toString() << endl; 89 << QDateTime::currentDateTime().toString() << endl;
90 } 90 }
91 } 91 }
92 92