Skip to content

Commit e3df726

Browse files
committed
[FAB-5342] spelling mistake in log: overflown
Change-Id: Iadf71f9c8b34716a8d785767e73ab154a249df78 Signed-off-by: Scott Zwierzynski <[email protected]>
1 parent f67b9c9 commit e3df726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gossip/comm/conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func (conn *connection) send(msg *proto.SignedGossipMessage, onErr func(error))
261261

262262
if len(conn.outBuff) == util.GetIntOrDefault("peer.gossip.sendBuffSize", defSendBuffSize) {
263263
if conn.logger.IsEnabledFor(logging.DEBUG) {
264-
conn.logger.Debug("Buffer to", conn.info.Endpoint, "overflown, dropping message", msg.String())
264+
conn.logger.Debug("Buffer to", conn.info.Endpoint, "overflowed, dropping message", msg.String())
265265
}
266266
return
267267
}

0 commit comments

Comments
 (0)