Skip to content

Commit 371a150

Browse files
committed
debug: the debug message (debug-ception XD)
1 parent 22cc35a commit 371a150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ function optim_objective!(mpc::PredictiveController{NT}) where {NT<:Real}
533533
end
534534
@debug(
535535
"calling getinfo (use logger with show_limited=false if values are truncated)",
536-
getinfo(estim)
536+
getinfo(mpc)
537537
)
538538
end
539539
if iserror(optim)

0 commit comments

Comments
 (0)