Skip to content

Commit

Permalink
[FAB-5342] spelling mistake in log: overflown
Browse files Browse the repository at this point in the history
Change-Id: Iadf71f9c8b34716a8d785767e73ab154a249df78
Signed-off-by: Scott Zwierzynski <scottz@us.ibm.com>
  • Loading branch information
scottz64 committed Jul 19, 2017
1 parent f67b9c9 commit e3df726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/comm/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (conn *connection) send(msg *proto.SignedGossipMessage, onErr func(error))

if len(conn.outBuff) == util.GetIntOrDefault("peer.gossip.sendBuffSize", defSendBuffSize) {
if conn.logger.IsEnabledFor(logging.DEBUG) {
conn.logger.Debug("Buffer to", conn.info.Endpoint, "overflown, dropping message", msg.String())
conn.logger.Debug("Buffer to", conn.info.Endpoint, "overflowed, dropping message", msg.String())
}
return
}
Expand Down

0 comments on commit e3df726

Please sign in to comment.