From 214bf15f20ce96b26fb8fa915340d6c42807fe6c Mon Sep 17 00:00:00 2001 From: Gary Krause Date: Thu, 12 Dec 2024 19:21:30 -0500 Subject: [PATCH] fix: clarify logging --- roles/translator/src/lib/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/translator/src/lib/mod.rs b/roles/translator/src/lib/mod.rs index 7b47a40e6..ed0f41eae 100644 --- a/roles/translator/src/lib/mod.rs +++ b/roles/translator/src/lib/mod.rs @@ -105,7 +105,7 @@ impl TranslatorSv2 { break; } State::UpstreamTryReconnect(err) => { - error!("SHUTDOWN from: {}", err); + error!("Trying to reconnect the Upstream because of: {}", err); // wait a random amount of time between 0 and 3000ms // if all the downstreams try to reconnect at the same time, the upstream may