raise log level for block data limit
This commit is contained in:
parent
c10a0e9d3c
commit
b02c851237
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user