diff --git a/src/MOI_wrapper/deprecated_constants.jl b/src/MOI_wrapper/deprecated_constants.jl index 8970a4b..dfa725a 100644 --- a/src/MOI_wrapper/deprecated_constants.jl +++ b/src/MOI_wrapper/deprecated_constants.jl @@ -18,7 +18,7 @@ function MOI.set( "The GLPK constants have been renamed from `GLPK.XXX` to " * "`GLPK.GLP_XXX` in order to better match the C API. For example, " * "`GLPK.MSG_OFF` is now `GLPK.GLP_MSG_OFF`. Support for the old " * - "constants will be removed in a future release." + "constants will be removed in a future release.", maxlog=1 ) MOI.set(model, param, value.x) end