comparison 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
comparison
equal deleted inserted replaced
686:b4a8d8221eaf 687:06f13a3b9e9e
186 186
187 void 187 void
188 FFTFileCacheWriter::allColumnsWritten() 188 FFTFileCacheWriter::allColumnsWritten()
189 { 189 {
190 #ifdef DEBUG_FFT_FILE_CACHE_WRITER 190 #ifdef DEBUG_FFT_FILE_CACHE_WRITER
191 std::cerr << "FFTFileCacheWriter::allColumnsWritten" << std::endl; 191 DEBUG << "FFTFileCacheWriter::allColumnsWritten" << endl;
192 #endif 192 #endif
193 m_mfc->close(); 193 m_mfc->close();
194 } 194 }
195 195