diff --git a/src/controller/execute.jl b/src/controller/execute.jl index 807586ff..7becca12 100644 --- a/src/controller/execute.jl +++ b/src/controller/execute.jl @@ -457,7 +457,7 @@ function optim_objective!(mpc::PredictiveController{NT}) where {NT<:Real} status = JuMP.termination_status(optim) if iserror(optim) @error( - "MPC terminated without solution: estimation in open-loop "* + "MPC terminated without solution: returning last solution shifted "* "(more info in debug log)", status )