diff --git a/src/lbfgsb.jl b/src/lbfgsb.jl index 514b20666..f3d3c79c7 100644 --- a/src/lbfgsb.jl +++ b/src/lbfgsb.jl @@ -45,7 +45,7 @@ function __map_optimizer_args(cache::Optimization.OptimizationCache, opt::LBFGS; @warn "common abstol is currently not used by $(opt)" end if !isnothing(maxtime) - @warn "common abstol is currently not used by $(opt)" + @warn "common maxtime is currently not used by $(opt)" end mapped_args = (;)