Commit 70945850 by Marcus Efraimsson Committed by GitHub

Merge pull request #13675 from ankon/patch-1

Fix grammar in log message
parents 6fd34306 27227422
...@@ -73,7 +73,7 @@ func (srv *CleanUpService) cleanUpTmpFiles() { ...@@ -73,7 +73,7 @@ func (srv *CleanUpService) cleanUpTmpFiles() {
} }
} }
srv.log.Debug("Found old rendered image to delete", "deleted", len(toDelete), "keept", len(files)) srv.log.Debug("Found old rendered image to delete", "deleted", len(toDelete), "kept", len(files))
} }
func (srv *CleanUpService) shouldCleanupTempFile(filemtime time.Time, now time.Time) bool { func (srv *CleanUpService) shouldCleanupTempFile(filemtime time.Time, now time.Time) bool {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment