mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
Do not log inactionable error. Closes #1992
This commit is contained in:
parent
3951f23b55
commit
643b54037b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue