message leaked to logs in debug mode

This commit is contained in:
erinn 2019-04-10 13:53:45 -07:00
parent b3c5b08a74
commit 6d5aad4a4d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func (this *InterfaceState) AddSendMessageError(peer string, signature string, e
message.Error = true
}
}
log.Debugf("Received Error Sending Message: %v %v", signature, err)
log.Debugf("Received Error Sending Message: %v", err)
// FIXME: Sometimes, for the first Peer message we send our error beats our message to the UI
time.Sleep(time.Second*1)
this.parentGcd.GroupSendError(signature, err)