Skip to content

Commit

Permalink
logging nit
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcashier committed Jan 23, 2024
1 parent 48320be commit 15d3ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/src/operations/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn verify_bonsai_receipt<O: Eq + Debug + DeserializeOwned>(
loop {
let res = session.status(&client)?;
if res.status == "RUNNING" {
eprintln!(
info!(
"Current status: {} - state: {} - continue polling...",
res.status,
res.state.unwrap_or_default()
Expand Down

0 comments on commit 15d3ea9

Please sign in to comment.