These can just be overloads for log, which at least avoids us using log2 as a method name here

This commit is contained in:
Chris Cannam
2022-06-22 09:10:02 +01:00
parent ad5b885deb
commit e8b63bd10d
7 changed files with 56 additions and 57 deletions

View File

@@ -121,7 +121,7 @@ public:
<< "Hz), highest = " << highest
<< " (" << configuration.fftBandLimits[myFftBand].f1max
<< "Hz)" << std::endl;
m_log.log0(1, ostr.str().c_str());
m_log.log(1, ostr.str().c_str());
m_reported = true;
}