diff --git a/ProcessLib/UncoupledProcessesTimeLoop.cpp b/ProcessLib/UncoupledProcessesTimeLoop.cpp index a44abfdbc8fda5315453e6ff0314c316bf29a87a..938da3740f2943df3069620656c200495682badc 100644 --- a/ProcessLib/UncoupledProcessesTimeLoop.cpp +++ b/ProcessLib/UncoupledProcessesTimeLoop.cpp @@ -596,12 +596,12 @@ bool UncoupledProcessesTimeLoop::loop() { ALERT( "\tTime step %u is rejected and the new computed" - " step size is the same as\n" + " step size (dt = %g) is the same as\n" "\tthat was just used.\n" "\tSuggest to adjust the parameters of the time" " stepper or try other time stepper.\n" "\tThe program will stop.", - timesteps); + dt, timesteps); // save unsuccessful solution const bool output_initial_condition = false; outputSolutions(output_initial_condition, is_staggered_coupling,