Update console messages

This commit is contained in:
Victor Shcherb 2012-06-13 23:49:52 +02:00
parent cd15a3b4a4
commit 3181b3bd85

View file

@ -477,7 +477,7 @@ public class IndexBatchCreator {
LogManager.getLogManager().getLogger("").addHandler(fh);
}
try {
indexCreator.generateIndexes(f, new ConsoleProgressImplementation(3), null, mapZooms, types, warningsAboutMapData);
indexCreator.generateIndexes(f, new ConsoleProgressImplementation(1), null, mapZooms, types, warningsAboutMapData);
} finally {
if (fh != null) {
LogManager.getLogManager().getLogger("").removeHandler(fh);