Przeglądaj źródła

Fix grammar in log message

Andreas Kohn 7 lat temu
rodzic
commit
272274220c
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {