Skip to content

Commit

Permalink
fix: clarify logging
Browse files Browse the repository at this point in the history
  • Loading branch information
average-gary committed Jan 2, 2025
1 parent a58246a commit 214bf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/translator/src/lib/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 214bf15

Please sign in to comment.