make warn error better
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-07-25 00:27:42 +02:00
parent e482663af7
commit 21920e6b39
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -39,7 +39,7 @@ func main() {
if err == nil {
break
} else {
opts.Logger.Warn("Retrying")
opts.Logger.Warn("Retrying request, error", err)
}
}