Change this message to something that makes sense

The old message was confusing see #1593
This commit is contained in:
TfT_02 2013-11-03 22:49:33 +01:00
parent af578870c7
commit 32e7c48fd8

View File

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