From 4e239ac9b79745ebe4f542d78dbc9ca92f9d7bfb Mon Sep 17 00:00:00 2001 From: ON <43993411+openstake-net@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:20:52 +0000 Subject: [PATCH] Update cover_traffic_stream.rs (#2836) fix log message --- clients/client-core/src/client/cover_traffic_stream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/client-core/src/client/cover_traffic_stream.rs b/clients/client-core/src/client/cover_traffic_stream.rs index a8ecad86b2..68fe05abd3 100644 --- a/clients/client-core/src/client/cover_traffic_stream.rs +++ b/clients/client-core/src/client/cover_traffic_stream.rs @@ -192,7 +192,7 @@ impl LoopCoverTrafficStream { // However it's still useful to alert the user that the gateway or the link to // the gateway can't keep up. Either due to insufficient bandwidth on the // client side, or that the gateway is overloaded. - log::warn!("Failed to send sphinx packet - gateway or connection to gatway can't keep up"); + log::warn!("Failed to send sphinx packet - gateway or connection to gateway can't keep up"); } TrySendError::Closed(_) => { log::warn!("Failed to send cover message - channel closed");