We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcf2ec commit 63ff23aCopy full SHA for 63ff23a
pallets/drand/src/lib.rs
@@ -255,7 +255,7 @@ pub mod pallet {
255
fn offchain_worker(block_number: BlockNumberFor<T>) {
256
log::debug!("Drand OCW working on block: {:?}", block_number);
257
if let Err(e) = Self::fetch_drand_pulse_and_send_unsigned(block_number) {
258
- log::warn!("Drand: Failed to fetch pulse from drand. {:?}", e);
+ log::debug!("Drand: Failed to fetch pulse from drand. {:?}", e);
259
}
260
261
0 commit comments