Restore original logging output pattern

This commit is contained in:
Reinhard Pointner 2016-05-21 00:21:28 +08:00
parent 4121c5299e
commit c1cfb68d9f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class Main {
if (args.clearCache()) {
System.out.println("Clear cache");
for (File folder : getChildren(ApplicationFolder.Cache.getCanonicalFile(), FOLDERS)) {
System.out.println("Delete " + folder);
System.out.println("* Delete " + folder);
delete(folder);
}
}