This is not actually usually a serious problem, unlike the <1 case which can be genuinely troublesome
1 files changed, 1 insertions(+), 1 deletions(-) M src/finer/R3Stretcher.cpp
M src/finer/R3Stretcher.cpp +1 -1
@@ 336,7 336,7 @@ R3Stretcher::calculateHop() inhop = 1.0; } if (inhop > 1024.0) { - m_log.log(0, "WARNING: Extreme ratio yields ideal inhop > 1024, results may be suspect", ratio, inhop); + m_log.log(1, "WARNING: Ratio yields ideal inhop > 1024, results may be suspect", ratio, inhop); inhop = 1024.0; }