Author: jkoster
Date: 2009-06-08 11:24:11 +0200 (Mon, 08 Jun 2009)
New Revision: 35814

Modified:
   natmm/trunk/src/nl/leocms/servlets/IPFilter.java
Log:
NMCMS-644 - IPFilter message should be of type info.

Modified: natmm/trunk/src/nl/leocms/servlets/IPFilter.java
===================================================================
--- natmm/trunk/src/nl/leocms/servlets/IPFilter.java    2009-06-08 09:20:28 UTC 
(rev 35813)
+++ natmm/trunk/src/nl/leocms/servlets/IPFilter.java    2009-06-08 09:24:11 UTC 
(rev 35814)
@@ -28,7 +28,7 @@
    private static final Logger log = 
Logging.getLoggerInstance(IPFilter.class.getName());
 
    /**
-    * The initialisation method of the filter, called on startup.
+    * The initialization method of the filter, called on startup.
     * 
     * @param config object containing init parameters specified
     * @throws ServletException thrown when an exception occurs in the web.xml
@@ -48,7 +48,7 @@
          }      
       }
       else {
-         log.error("IPFilter will deny ALL addresses");
+         log.info("IPFilter on /services/ will deny ALL addresses");
       }
       log.debug("IPFilter initialized");
    }

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to