mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-21 21:34:46 -04:00
nitpick: Change "Executing parallel requests on electrum clients" to trace
This commit is contained in:
parent
82b41a229e
commit
7b194f0499
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ where
|
||||||
T: Send + 'static,
|
T: Send + 'static,
|
||||||
{
|
{
|
||||||
let start_time = Instant::now();
|
let start_time = Instant::now();
|
||||||
debug!(
|
trace!(
|
||||||
operation = kind,
|
operation = kind,
|
||||||
total_clients = self.client_count(),
|
total_clients = self.client_count(),
|
||||||
"Executing parallel requests on electrum clients"
|
"Executing parallel requests on electrum clients"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue