Update of /cvsroot/freenet/freenet/src/freenet/node/states/request
In directory sc8-pr-cvs1:/tmp/cvs-serv22081/src/freenet/node/states/request

Modified Files:
        SendingReply.java 
Log Message:
Yet an if(logDEBUG)

Index: SendingReply.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/states/request/SendingReply.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- SendingReply.java   2 Sep 2003 21:37:32 -0000       1.21
+++ SendingReply.java   14 Oct 2003 05:09:11 -0000      1.22
@@ -21,7 +21,7 @@
     SendingReply(Pending ancestor) {
         super(ancestor);
         sendingData = ancestor.sendingData;
-       Core.logger.log(this, "Creating SendingReply with "+sendingData+
+       if(logDEBUG) Core.logger.log(this, "Creating SendingReply with "+sendingData+
                        " from "+searchKey+" from "+ancestor, 
                        new Exception("debug"), Core.logger.DEBUG);
     }

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to