Merge branch 'errmsg' of openprivacy/libricochet-go into master

This commit is contained in:
Sarah Jamie Lewis 2018-11-22 00:21:42 +00:00 committed by Gogs
commit b8a7cd702a
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ func (rc *Connection) controlPacket(handler Handler, res *Protocol_Data_Control.
}
// Send Error Packet
response := rc.messageBuilder.RejectOpenChannel(opm.GetChannelIdentifier(), errorText)
rc.traceLog(fmt.Sprintf("sending reject open channel for %v", opm.GetChannelIdentifier()))
rc.traceLog(fmt.Sprintf("sending reject open channel for %v: %v", opm.GetChannelIdentifier(), errorText))
rc.SendRicochetPacket(rc.Conn, 0, response)
} else if res.GetChannelResult() != nil {