Author: toad
Date: 2009-03-12 00:17:33 +0000 (Thu, 12 Mar 2009)
New Revision: 26003
Modified:
branches/db4o/freenet/src/freenet/support/RandomGrabArray.java
Log:
Logging
Modified: branches/db4o/freenet/src/freenet/support/RandomGrabArray.java
===================================================================
--- branches/db4o/freenet/src/freenet/support/RandomGrabArray.java
2009-03-11 21:42:45 UTC (rev 26002)
+++ branches/db4o/freenet/src/freenet/support/RandomGrabArray.java
2009-03-12 00:17:33 UTC (rev 26003)
@@ -426,7 +426,7 @@
if(it.getParentGrabArray() == this)
it.setParentGrabArray(null, container);
else
- Logger.error(this, "Removing item "+it+" from "+this+"
but RGA is "+it.getParentGrabArray());
+ Logger.error(this, "Removing item "+it+" from "+this+"
but RGA is "+it.getParentGrabArray(), new Exception("debug"));
if(!matched) return;
if(persistent) {
container.store(this);
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs