diff data/fileio/WavFileWriter.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 573d45e9487b
children e802e550a1f2
line wrap: on
line diff
--- a/data/fileio/WavFileWriter.cpp	Tue Jun 14 14:47:59 2011 +0100
+++ b/data/fileio/WavFileWriter.cpp	Tue Jun 14 15:26:52 2011 +0100
@@ -98,7 +98,7 @@
                           MultiSelection *selection)
 {
     if (source->getChannelCount() != m_channels) {
-        DEBUG << "WavFileWriter::writeModel: Wrong number of channels ("
+        SVDEBUG << "WavFileWriter::writeModel: Wrong number of channels ("
                   << source->getChannelCount()  << " != " << m_channels << ")"
                   << endl;
         m_error = QString("Failed to write model to audio file '%1'")