Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit fa1e0e8

Browse files
committed
Apply code review suggestion
1 parent d9e2f4f commit fa1e0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/pov-recovery/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ where
362362
let candidate = match self.candidates.get_mut(&hash) {
363363
Some(candidate) => candidate,
364364
None => {
365-
tracing::error!(
365+
tracing::debug!(
366366
target: LOG_TARGET,
367367
block_hash = ?hash,
368368
"Cound not recover. Block was never announced as candidate"

0 commit comments

Comments
 (0)