mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-13 22:05:27 +01:00
warn(msg) -> warn(logger, msg)
This commit is contained in:
parent
646a34866b
commit
3d534ac489
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user