Author: toad
Date: 2007-07-04 23:48:49 +0000 (Wed, 04 Jul 2007)
New Revision: 13941
Modified:
trunk/freenet/src/freenet/io/comm/MessageFilter.java
Log:
logging
Modified: trunk/freenet/src/freenet/io/comm/MessageFilter.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/MessageFilter.java 2007-07-04
23:47:36 UTC (rev 13940)
+++ trunk/freenet/src/freenet/io/comm/MessageFilter.java 2007-07-04
23:48:49 UTC (rev 13941)
@@ -196,6 +196,9 @@
return _matched;
}
+ /**
+ * Which connection dropped or was restarted?
+ */
public PeerContext droppedConnection() {
return _droppedConnection;
}