Do not log inactionable error. Closes #1992

This commit is contained in:
Gabe Kangas 2022-08-02 12:44:24 -07:00
parent 3951f23b55
commit 643b54037b
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -22,7 +22,7 @@ import (
func handle(request apmodels.InboxRequest) {
if verified, err := Verify(request.Request); err != nil {
log.Errorln("Error in attempting to verify request", err)
log.Debugln("Error in attempting to verify request", err)
return
} else if !verified {
log.Debugln("Request failed verification", err)