From 129b15f3e173ff16906b1903ebe0170709cf2e51 Mon Sep 17 00:00:00 2001 From: theli Date: Fri, 2 Dec 2005 11:56:12 +0000 Subject: [PATCH] *) 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 --- source/de/anomic/plasma/plasmaDbImporter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaDbImporter.java b/source/de/anomic/plasma/plasmaDbImporter.java index 5faddd78d..f0d384ecb 100644 --- a/source/de/anomic/plasma/plasmaDbImporter.java +++ b/source/de/anomic/plasma/plasmaDbImporter.java @@ -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."); } }