Skip to content

Commit

Permalink
Merge pull request stratum-mining#1295 from average-gary/fix/logging
Browse files Browse the repository at this point in the history
fix: clarify logging
  • Loading branch information
plebhash authored Jan 3, 2025
2 parents a58246a + 214bf15 commit 1f2c5e8
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 1f2c5e8

Please sign in to comment.