Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Barger <[email protected]>
  • Loading branch information
C0rWin authored and denyeart committed Oct 2, 2023
1 parent 3ee9e3b commit a88e607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/peer/blocksprovider/deliverer.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (d *Deliverer) DeliverBlocks() {
}
d.Logger.Warningf("peer is a static leader, ignoring peer.deliveryclient.reconnectTotalTimeThreshold")
}
d.Logger.Warningf("Disconnected from ordering service. Attempt to re-connect in %v", sleepDuration)
d.Logger.Warningf("Disconnected from ordering service. Attempt to re-connect in %v, totalDuration is %v", sleepDuration, totalDuration)
d.sleeper.Sleep(sleepDuration, d.DoneC)
}

Expand Down

0 comments on commit a88e607

Please sign in to comment.