Mercurial > hg > svcore
diff data/fileio/OggVorbisFileReader.cpp @ 690:1424aa29ae95
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
| author | Chris Cannam | 
|---|---|
| date | Tue, 14 Jun 2011 15:26:52 +0100 | 
| parents | 06f13a3b9e9e | 
| children | a299c4cec0f8 | 
line wrap: on
 line diff
--- a/data/fileio/OggVorbisFileReader.cpp Tue Jun 14 14:47:59 2011 +0100 +++ b/data/fileio/OggVorbisFileReader.cpp Tue Jun 14 15:26:52 2011 +0100 @@ -50,7 +50,7 @@ m_channelCount = 0; m_fileRate = 0; -// DEBUG << "OggVorbisFileReader::OggVorbisFileReader(" << m_path.toLocal8Bit().data() << "): now have " << (++instances) << " instances" << endl; +// SVDEBUG << "OggVorbisFileReader::OggVorbisFileReader(" << m_path.toLocal8Bit().data() << "): now have " << (++instances) << " instances" << endl; Profiler profiler("OggVorbisFileReader::OggVorbisFileReader", true); @@ -102,7 +102,7 @@ OggVorbisFileReader::~OggVorbisFileReader() { -// DEBUG << "OggVorbisFileReader::~OggVorbisFileReader(" << m_path.toLocal8Bit().data() << "): now have " << (--instances) << " instances" << endl; +// SVDEBUG << "OggVorbisFileReader::~OggVorbisFileReader(" << m_path.toLocal8Bit().data() << "): now have " << (--instances) << " instances" << endl; if (m_decodeThread) { m_cancelled = true; m_decodeThread->wait();
