1
0
Fork 0
mirror of https://github.com/Luzifer/preserve.git synced 2024-11-08 14:20:05 +00:00

Fix: Log URL which cannot be refreshed

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-06-14 02:37:59 +02:00
parent 9821a219a3
commit 7a61e1e970
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -92,7 +92,7 @@ func handleCache(w http.ResponseWriter, r *http.Request, uri string, update bool
metadata, err = renewCache(uri)
if err != nil {
log.WithError(err).Warn("Unable to refresh file")
logger.WithError(err).Warn("Unable to refresh file")
}
}