Fix grammar in log message

This commit is contained in:
Andreas Kohn
2018-10-15 14:37:12 +02:00
committed by GitHub
parent bac937f079
commit 272274220c

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 {