ソースを参照

Change this message to something that makes sense

The old message was confusing see #1593
TfT_02 11 年 前
コミット
32e7c48fd8

+ 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());