Skip to content

Commit 1f2c5e8

Browse files
authored
Merge pull request #1295 from average-gary/fix/logging
fix: clarify logging
2 parents a58246a + 214bf15 commit 1f2c5e8

File tree

1 file changed

+1
-1
lines changed
  • roles/translator/src/lib

1 file changed

+1
-1
lines changed

roles/translator/src/lib/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl TranslatorSv2 {
105105
break;
106106
}
107107
State::UpstreamTryReconnect(err) => {
108-
error!("SHUTDOWN from: {}", err);
108+
error!("Trying to reconnect the Upstream because of: {}", err);
109109

110110
// wait a random amount of time between 0 and 3000ms
111111
// if all the downstreams try to reconnect at the same time, the upstream may

0 commit comments

Comments
 (0)