Update rest.go (#349)

Co-authored-by: Krishna Upadhyaya <krishnau1604@gmail.com>
This commit is contained in:
Jaynti Kanani 2022-04-20 14:25:08 +04:00 committed by GitHub
parent 7ff6869d25
commit 44603dbaa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ func (h *HeimdallClient) FetchWithRetry(rawPath string, rawQuery string) (*Respo
if err == nil && res != nil {
return res, nil
}
log.Info("Retrying again in 5 seconds for next Heimdall data", "path", u.Path)
log.Info("Retrying again in 5 seconds to fetch data from Heimdall", "path", u.Path)
}
}
}