Browse Source

Fix grammar in log message

Andreas Kohn 7 năm trước cách đây
mục cha
commit
272274220c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {