Author: robert
Date: 2008-01-16 22:33:36 +0000 (Wed, 16 Jan 2008)
New Revision: 17084
Modified:
trunk/freenet/src/freenet/io/comm/MessageCore.java
Log:
doh, fix build
Modified: trunk/freenet/src/freenet/io/comm/MessageCore.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/MessageCore.java 2008-01-16 22:29:58 UTC
(rev 17083)
+++ trunk/freenet/src/freenet/io/comm/MessageCore.java 2008-01-16 22:33:36 UTC
(rev 17084)
@@ -432,7 +432,6 @@
}
if(filter.droppedConnection() != null)
throw new DisconnectedException();
- if(logMINOR) Logger.minor(this, "Matched:
"+fmatched);
} catch (InterruptedException e) {
}
ret = filter.getMessage();