diff --git a/src/sdps.jl b/src/sdps.jl index 76d9e5a..1329d9e 100644 --- a/src/sdps.jl +++ b/src/sdps.jl @@ -81,7 +81,7 @@ function solve_SDP(SDP_problem, solver) redirect_stdout(TT) if solution_status != :Optimal - warn("The solver did not solve the problem successfully!") + warn(logger, "The solver did not solve the problem successfully!") end info(logger, solution_status)