Merge branch 'ebf201904101353' of cwtch.im/ui into master

This commit is contained in:
Sarah Jamie Lewis 2019-04-10 13:55:02 -07:00 committed by Gogs
commit 5cb93c8fe9
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)