Merge pull request #13675 from ankon/patch-1

Fix grammar in log message
This commit is contained in:
Marcus Efraimsson 2018-10-15 17:27:02 +02:00 committed by GitHub
commit 709458501e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {