Browse Source

Fix grammar in log message

Andreas Kohn 7 years ago
parent
commit
272274220c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/services/cleanup/cleanup.go

+ 1 - 1
pkg/services/cleanup/cleanup.go

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