Skip to content

Commit

Permalink
Add a log showing new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Mar 10, 2022
1 parent 7564a52 commit 5c71741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibft/controller/controller_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func (i *Controller) processSyncQueueMessages() {

// ProcessSyncMessage processes sync messages
func (i *Controller) ProcessSyncMessage(msg *network.SyncChanObj) {
i.logger.Info("ProcessSyncMessage: processing message")
var lastChangeRoundMsg *proto.SignedMessage
currentInstaceSeqNumber := int64(-1)
if i.currentInstance != nil {
Expand Down

0 comments on commit 5c71741

Please sign in to comment.