make warn error better
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details

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
1 changed files with 1 additions and 1 deletions

View File

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