mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-04 11:44:00 +00:00
Replace log.Println() with Statistics
This commit is contained in:
parent
cc3a160c29
commit
a3971a27bf
4 changed files with 42 additions and 15 deletions
|
@ -89,7 +89,7 @@ func UnsealRequest(form url.Values) (url.Values, error) {
|
|||
retValues, err := url.ParseQuery(string(message))
|
||||
if err != nil {
|
||||
// Assume that the signature was accidentally correct but the contents were garbage
|
||||
log.Print(err)
|
||||
log.Println("Error unsealing request:", err)
|
||||
return nil, ErrorInvalidSignature
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue