mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Change this message to something that makes sense
The old message was confusing see #1593
This commit is contained in:
parent
af578870c7
commit
32e7c48fd8
@ -75,7 +75,7 @@ public class CleanBackupsTask extends BukkitRunnable {
|
|||||||
return;
|
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) {
|
for (File file : toDelete) {
|
||||||
mcMMO.p.debug("Deleted: " + file.getName());
|
mcMMO.p.debug("Deleted: " + file.getName());
|
||||||
|
Loading…
Reference in New Issue
Block a user