diff --git a/src/solver/simulation/solver.hxx b/src/solver/simulation/solver.hxx index 00e5bc9353..a46781556f 100644 --- a/src/solver/simulation/solver.hxx +++ b/src/solver/simulation/solver.hxx @@ -1018,7 +1018,7 @@ void ISimulation::loopThroughYears(uint firstYear, if (failed) { std::ostringstream msg; - msg << "Year " << year << " has failed in the previous set of parallel year."; + msg << "Year " << year + 1 << " has failed in the previous set of parallel year."; throw FatalError(msg.str()); } }