Skip to content

Commit

Permalink
chore; use debug for pending tx log (dojoengine#2383)
Browse files Browse the repository at this point in the history
Update engine.rs
  • Loading branch information
Larkooo authored and kariy committed Sep 6, 2024
1 parent 9d3147f commit ac47e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/core/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ impl<P: Provider + Sync> Engine<P> {
info!(target: LOG_TARGET, transaction_hash = %format!("{:#x}", transaction.transaction_hash()), "Processed pending world transaction.");
}
Ok(_) => {
info!(target: LOG_TARGET, transaction_hash = %format!("{:#x}", transaction.transaction_hash()), "Processed pending transaction.")
debug!(target: LOG_TARGET, transaction_hash = %format!("{:#x}", transaction.transaction_hash()), "Processed pending transaction.")
}
}
}
Expand Down

0 comments on commit ac47e81

Please sign in to comment.