Mercurial > hg > svcore
comparison data/fileio/CodedAudioFileReader.cpp @ 1295:4704e834d0f9 3.0-integration
Don't always print these
author | Chris Cannam |
---|---|
date | Fri, 25 Nov 2016 11:33:02 +0000 |
parents | 56c06dc0937c |
children | 5cc969b236b0 |
comparison
equal
deleted
inserted
replaced
1283:2f468f43c02c | 1295:4704e834d0f9 |
---|---|
300 void | 300 void |
301 CodedAudioFileReader::finishDecodeCache() | 301 CodedAudioFileReader::finishDecodeCache() |
302 { | 302 { |
303 QMutexLocker locker(&m_cacheMutex); | 303 QMutexLocker locker(&m_cacheMutex); |
304 | 304 |
305 Profiler profiler("CodedAudioFileReader::finishDecodeCache", true); | 305 Profiler profiler("CodedAudioFileReader::finishDecodeCache"); |
306 | 306 |
307 if (!m_initialised) { | 307 if (!m_initialised) { |
308 SVDEBUG << "WARNING: CodedAudioFileReader::finishDecodeCache: Cache was never initialised!" << endl; | 308 SVDEBUG << "WARNING: CodedAudioFileReader::finishDecodeCache: Cache was never initialised!" << endl; |
309 return; | 309 return; |
310 } | 310 } |