Update console messages
This commit is contained in:
parent
cd15a3b4a4
commit
3181b3bd85
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue