warn(msg) -> warn(logger, msg)

This commit is contained in:
kalmar 2017-03-15 17:52:22 +01:00
parent 646a34866b
commit 3d534ac489
1 changed files with 1 additions and 1 deletions

View File

@ -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)