Skip to content

Commit

Permalink
debug: the debug message (debug-ception XD)
Browse files Browse the repository at this point in the history
  • Loading branch information
franckgaga committed Jan 23, 2025
1 parent 22cc35a commit 371a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/execute.jl
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ function optim_objective!(mpc::PredictiveController{NT}) where {NT<:Real}
end
@debug(
"calling getinfo (use logger with show_limited=false if values are truncated)",
getinfo(estim)
getinfo(mpc)
)
end
if iserror(optim)
Expand Down

0 comments on commit 371a150

Please sign in to comment.