Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Update fendermint/vm/topdown/src/sync/syncer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Akosh Farkash <[email protected]>
  • Loading branch information
cryptoAtwill and aakoshh authored Nov 23, 2023
1 parent 7408e0a commit ae3f755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fendermint/vm/topdown/src/sync/syncer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ where
Err(e) => {
let err = e.to_string();
if is_null_round_str(&err) {
tracing::warn!(height, "null round at height");
tracing::debug!(height, "null round at height");

self.sync_pointers.advance_head();

Expand Down

0 comments on commit ae3f755

Please sign in to comment.