diff data/fft/FFTFileCacheWriter.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 e802e550a1f2
line wrap: on
line diff
--- a/data/fft/FFTFileCacheWriter.cpp	Tue Jun 14 14:47:59 2011 +0100
+++ b/data/fft/FFTFileCacheWriter.cpp	Tue Jun 14 15:26:52 2011 +0100
@@ -188,7 +188,7 @@
 FFTFileCacheWriter::allColumnsWritten()
 {
 #ifdef DEBUG_FFT_FILE_CACHE_WRITER
-    DEBUG << "FFTFileCacheWriter::allColumnsWritten" << endl;
+    SVDEBUG << "FFTFileCacheWriter::allColumnsWritten" << endl;
 #endif
     m_mfc->close();
 }