Skip to content

Commit 2b72c32

Browse files
committed
Update epsilon_controller.rs
1 parent 14a3849 commit 2b72c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/epsilon_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ impl EpsilonController {
247247
)
248248
.await?;
249249

250-
debug!("Patch status ({}) : {}", instancen_name, json!({ "status": new_status }));
250+
debug!("Patch status ({}) : {}", instance_name, json!({ "status": new_status }));
251251

252252
let state = &new_status.state;
253253
let close = &new_status.close;

0 commit comments

Comments
 (0)