*) Correcting logging output of db importer thread

See: http://www.yacy-forum.de/viewtopic.php?t=1555

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1154 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent 7028412c54
commit 129b15f3e1

@ -196,7 +196,7 @@ public class plasmaDbImporter extends Thread {
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.");
}
}

Loading…
Cancel
Save