bugfix for wrong record tracker message

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4026 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 69d640b041
commit 9a860cf397

@ -69,9 +69,7 @@ public class kelondroEcoRecords extends kelondroAbstractRecords {
}
public synchronized void close() {
if (recordTracker.get(this.filename) != null) {
theLogger.severe("close(): file '" + this.filename + "' was tracked with record tracker, but it should not.");
}
recordTracker.remove(this.filename);
super.close();
}

Loading…
Cancel
Save