mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 22:07:58 +00:00
Clean up log levels in sc_network (#8529)
* Clean up log levels in sc_network * Fix imports
This commit is contained in:
@@ -48,7 +48,7 @@ use std::{
|
||||
collections::{BTreeMap},
|
||||
sync::Arc,
|
||||
};
|
||||
use log::debug;
|
||||
use log::{trace, debug};
|
||||
|
||||
const LOG_TARGET: &str = "light-client-request-handler";
|
||||
|
||||
@@ -89,7 +89,7 @@ impl<B: Block> LightClientRequestHandler<B> {
|
||||
};
|
||||
|
||||
match pending_response.send(response) {
|
||||
Ok(()) => debug!(
|
||||
Ok(()) => trace!(
|
||||
target: LOG_TARGET,
|
||||
"Handled light client request from {}.",
|
||||
peer,
|
||||
|
||||
Reference in New Issue
Block a user