good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit b343bd10 authored by Jaynti Kanani's avatar Jaynti Kanani
Browse files

fix log for retry

parent e36fb381
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ func FetchFromHeimdallWithRetry(client http.Client, urlString string, paths ...s
if err == nil && res != nil {
return res, nil
}
log.Info("Retrying again in 5 seconds", u.String())
log.Info("Retrying again in 5 seconds for next Heimdall span", u.Path)
time.Sleep(5 * time.Second)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment