Skip to content

Commit 9952ddb

Browse files
committed
chore: update logs
1 parent fe29ab6 commit 9952ddb

File tree

1 file changed

+2
-2
lines changed
  • packages/taiko-client-rs/crates/whitelist-preconfirmation-driver/src/importer

1 file changed

+2
-2
lines changed

packages/taiko-client-rs/crates/whitelist-preconfirmation-driver/src/importer/cache_import.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ where
159159
"result" => "throttled",
160160
)
161161
.increment(1);
162-
warn!(
162+
debug!(
163163
block_number,
164164
block_hash = %block_hash,
165165
parent_hash = %parent_hash,
166-
"throttling duplicate whitelist preconfirmation parent request"
166+
"suppressed duplicate whitelist preconfirmation parent request due to cooldown"
167167
);
168168
}
169169
return Ok(false);

0 commit comments

Comments
 (0)