Author: ssmiweve
Date: 2008-01-24 10:54:59 +0100 (Thu, 24 Jan 2008)
New Revision: 6031

Modified:
   branches/2.16/war/src/main/java/no/sesat/search/http/filters/UserFilter.java
Log:
take out this stacktrace that fills up the logs

Modified: 
branches/2.16/war/src/main/java/no/sesat/search/http/filters/UserFilter.java
===================================================================
--- 
branches/2.16/war/src/main/java/no/sesat/search/http/filters/UserFilter.java    
    2008-01-23 21:19:34 UTC (rev 6030)
+++ 
branches/2.16/war/src/main/java/no/sesat/search/http/filters/UserFilter.java    
    2008-01-24 09:54:59 UTC (rev 6031)
@@ -290,7 +290,8 @@
             return (BasicUserService) new 
InitialContext(properties).lookup(jndi);
 
         } catch (final NamingException ne) {
-            LOG.error(ne.getMessage(), ne);
+            // acceptable for sesat not to have to have a user service backend
+            LOG.debug(ne.getMessage(), ne);
             return null;
         }
     }

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to