소스 검색

Change this message to something that makes sense

The old message was confusing see #1593
TfT_02 11 년 전
부모
커밋
32e7c48fd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/gmail/nossr50/runnables/backups/CleanBackupsTask.java

+ 1 - 1
src/main/java/com/gmail/nossr50/runnables/backups/CleanBackupsTask.java

@@ -75,7 +75,7 @@ public class CleanBackupsTask extends BukkitRunnable {
             return;
         }
 
-        mcMMO.p.getLogger().info("Cleaning backup files... (" + amountDeleted + "/" + amountTotal + ")");
+        mcMMO.p.getLogger().info("Cleaned backup files. Deleted " + amountDeleted + " of " + amountTotal + " files.");
 
         for (File file : toDelete) {
             mcMMO.p.debug("Deleted: " + file.getName());