Skip to content

Commit 63ff23a

Browse files
committed
revert to debug
1 parent 7bcf2ec commit 63ff23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/drand/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ pub mod pallet {
255255
fn offchain_worker(block_number: BlockNumberFor<T>) {
256256
log::debug!("Drand OCW working on block: {:?}", block_number);
257257
if let Err(e) = Self::fetch_drand_pulse_and_send_unsigned(block_number) {
258-
log::warn!("Drand: Failed to fetch pulse from drand. {:?}", e);
258+
log::debug!("Drand: Failed to fetch pulse from drand. {:?}", e);
259259
}
260260
}
261261
}

0 commit comments

Comments
 (0)