Author: toad
Date: 2006-12-04 14:18:01 +0000 (Mon, 04 Dec 2006)
New Revision: 11218

Modified:
   trunk/freenet/src/freenet/clients/http/HTTPRequest.java
Log:
Logging

Modified: trunk/freenet/src/freenet/clients/http/HTTPRequest.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/HTTPRequest.java     2006-12-03 
18:14:17 UTC (rev 11217)
+++ trunk/freenet/src/freenet/clients/http/HTTPRequest.java     2006-12-04 
14:18:01 UTC (rev 11218)
@@ -510,6 +510,7 @@
                                        }
                                } else if 
(hdrname.equalsIgnoreCase("Content-Type")) {
                                        contentType = lineparts[1].trim();
+                                       if(Logger.shouldLog(Logger.MINOR, 
this)) Logger.minor(this, "Parsed type: "+contentType);
                                } else {

                                }


Reply via email to