added debug line

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2237 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 5b1d77cd4b
commit a5661de880

@ -215,7 +215,7 @@ public class dbtest {
key = randomHash(random);
table.put(table.row().newEntry(new byte[][]{key, key, dummyvalue2}));
if (i % 500 == 0) {
System.out.println(i + " entries processed so far.");
System.out.println(i + " entries. " + ((table instanceof kelondroTree) ? ((kelondroTree) table).cacheNodeStatusString() : ""));
}
}
}
@ -548,3 +548,4 @@ final class memprofiler extends Thread {
}
}
}

Loading…
Cancel
Save