SAR calc: debug info only for verbose level > 0

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2013-08-23 17:04:21 +02:00
parent 162bfed620
commit 72084fc662

View File

@ -269,7 +269,7 @@ void ProcessFieldsSAR::DumpFDData()
else
{
SAR_Calculation SAR_Calc;
SAR_Calc.SetAveragingMethod(m_SAR_method);
SAR_Calc.SetAveragingMethod(m_SAR_method, g_settings.GetVerboseLevel()==0);
SAR_Calc.SetDebugLevel(g_settings.GetVerboseLevel());
SAR_Calc.SetNumLines(numLines);
if (m_DumpType == SAR_LOCAL_DUMP)