mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-26 02:30:29 +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)
|
redirect_stdout(TT)
|
||||||
|
|
||||||
if solution_status != :Optimal
|
if solution_status != :Optimal
|
||||||
warn("The solver did not solve the problem successfully!")
|
warn(logger, "The solver did not solve the problem successfully!")
|
||||||
end
|
end
|
||||||
info(logger, solution_status)
|
info(logger, solution_status)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user