Skip to content

Commit

Permalink
*) Correcting logging output of db importer thread
Browse files Browse the repository at this point in the history
  • Loading branch information
theli committed Dec 2, 2005
1 parent 7028412 commit 129b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaDbImporter.java
Expand Up @@ -196,7 +196,7 @@ public void importWordsDB() {
newContainer.add(importWordIdxEntry,System.currentTimeMillis());

if (entryCounter % 500 == 0) {
this.log.logFine(entryCounter + " word entries and " + wordCounter + " word entries processed so far.");
this.log.logFine(entryCounter + " word entries and " + wordCounter + " word entities processed so far.");
}
}

Expand Down

0 comments on commit 129b15f

Please sign in to comment.