diff data/fft/FFTFileCacheWriter.cpp @ 687:06f13a3b9e9e debug-output

Convert many cerrs to DEBUGs
author Chris Cannam
date Mon, 16 May 2011 17:19:09 +0100
parents f9cf4b49b08b
children 1424aa29ae95
line wrap: on
line diff
--- a/data/fft/FFTFileCacheWriter.cpp	Thu May 12 17:31:24 2011 +0100
+++ b/data/fft/FFTFileCacheWriter.cpp	Mon May 16 17:19:09 2011 +0100
@@ -188,7 +188,7 @@
 FFTFileCacheWriter::allColumnsWritten()
 {
 #ifdef DEBUG_FFT_FILE_CACHE_WRITER
-    std::cerr << "FFTFileCacheWriter::allColumnsWritten" << std::endl;
+    DEBUG << "FFTFileCacheWriter::allColumnsWritten" << endl;
 #endif
     m_mfc->close();
 }