From ba410cf126fdeabb66ddea71908d216f7fb708f3 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 18 Jun 2023 16:41:01 -0700 Subject: [PATCH] better log message --- web3_proxy/src/rpcs/many.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/rpcs/many.rs b/web3_proxy/src/rpcs/many.rs index e2fe0da6..58c4852e 100644 --- a/web3_proxy/src/rpcs/many.rs +++ b/web3_proxy/src/rpcs/many.rs @@ -205,7 +205,7 @@ impl Web3Rpcs { let pending_tx_id_sender = Some(self.pending_tx_id_sender.clone()); let blocks_by_hash_cache = self.blocks_by_hash.clone(); - debug!("spawning {}", server_name); + debug!("spawning tasks for {}", server_name); let handle = tokio::spawn(server_config.spawn( server_name,