raise log level for block data limit

This commit is contained in:
Bryan Stitt 2022-12-05 16:47:27 -08:00
parent c10a0e9d3c
commit b02c851237

View File

@ -276,7 +276,7 @@ impl Web3Connection {
.store(limit, atomic::Ordering::Release);
}
debug!("block data limit on {}: {:?}", self.name, limit);
info!("block data limit on {}: {:?}", self, limit);
Ok(limit)
}