diff --git a/src/common/jobctrl.f90 b/src/common/jobctrl.f90 index 797d4498f2a..5c415cd41c1 100644 --- a/src/common/jobctrl.f90 +++ b/src/common/jobctrl.f90 @@ -110,7 +110,7 @@ function jobctrl_time_limit() result(jstop) jstop = (signal_timeout() .or. signal_usr(1)) if (jstop) then - ! Todo: This might be a warning instead of a message? + ! Todo: This might be a warning instead of a message? write(log_buf, '(A)') '! stop at job limit >>>' call neko_log%message(log_buf, NEKO_LOG_QUIET) end if