Skip to content
Snippets Groups Projects
Commit 397ee5a2 authored by Jonah Husson's avatar Jonah Husson
Browse files

Downgrade fatal print to error

parent 01825dce
No related branches found
No related tags found
2 merge requests!50Revert "update deps",!48Release
......@@ -84,7 +84,7 @@ func (v *verifier) VerificationCheck(code string, to string) (bool, error) {
if strings.Contains(err.Error(), "errors/20404") {
return false, errors.New("Your verification code may have expired; please resubmit")
}
jww.FATAL.Printf("Failed to submit verification check request: %+v", err)
jww.ERROR.Printf("Failed to submit verification check request: %+v", err)
return false, errors.WithMessage(err, "Failed to make verification check request")
}
jww.INFO.Println(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment