Skip to content

Commit

Permalink
[FAB-7393]Resolve the wrong log information.
Browse files Browse the repository at this point in the history
Change-Id: Ib986ac0c2912e4f04125eb84a5060a27d0d0cf1d
Signed-off-by: meinvzou <287494524@qq.com>
  • Loading branch information
3for committed Dec 12, 2017
1 parent c0f7f56 commit 4966d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/gossip/channel/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func (gc *gossipChannel) ConfigureChannel(joinMsg api.JoinChannelMessage) {
}

if gc.joinMsg.SequenceNumber() > (joinMsg.SequenceNumber()) {
gc.logger.Warning("Already have a more updated JoinChannel message(", gc.joinMsg.SequenceNumber(), ") than", gc.joinMsg.SequenceNumber())
gc.logger.Warning("Already have a more updated JoinChannel message(", gc.joinMsg.SequenceNumber(), ") than", joinMsg.SequenceNumber())
return
}

Expand Down

0 comments on commit 4966d04

Please sign in to comment.