diff --git a/kstars/ekos/focus/focusalgorithms.cpp b/kstars/ekos/focus/focusalgorithms.cpp --- a/kstars/ekos/focus/focusalgorithms.cpp +++ b/kstars/ekos/focus/focusalgorithms.cpp @@ -138,7 +138,7 @@ numRestartSolutionsFound = 0; secondPassStartIndex = -1; - qCDebug(KSTARS_EKOS_FOCUS) + qCInfo(KSTARS_EKOS_FOCUS) << QString("Linear: v3.2. 1st pass. Travel %1 initStep %2 pos %3 min %4 max %5 maxIters %6 tolerance %7 minlimit %8 maxlimit %9") .arg(params.maxTravel).arg(params.initialStepSize).arg(params.startPosition).arg(params.minPositionAllowed) .arg(params.maxPositionAllowed).arg(params.maxIterations).arg(params.focusTolerance).arg(minPositionLimit).arg(maxPositionLimit); @@ -420,7 +420,7 @@ str.append(QString(";HFR=%1").arg(focusHFR)); str.append(QString(";filter='%1'").arg(params.filterName)); - qCDebug(KSTARS_EKOS_FOCUS) << str; + qCInfo(KSTARS_EKOS_FOCUS) << str; } int LinearFocusAlgorithm::setupSecondPass(int position, double value, double margin)