Minor (complete) refactor #38
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -39,7 +39,7 @@ func main() {
|
|||
if err == nil {
|
||||
break
|
||||
} else {
|
||||
opts.Logger.Warn("Retrying")
|
||||
opts.Logger.Warn("Retrying request, error", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue