Author: sshafroi
Date: 2008-08-20 12:49:01 +0200 (Wed, 20 Aug 2008)
New Revision: 6782
Modified:
branches/2.17/war/src/main/java/no/sesat/search/http/filters/UserFilter.java
Log:
Make it a warning, since this will take 5 sec if it fails, and you will not see
anything with default logs.
Modified:
branches/2.17/war/src/main/java/no/sesat/search/http/filters/UserFilter.java
===================================================================
---
branches/2.17/war/src/main/java/no/sesat/search/http/filters/UserFilter.java
2008-08-20 09:57:50 UTC (rev 6781)
+++
branches/2.17/war/src/main/java/no/sesat/search/http/filters/UserFilter.java
2008-08-20 10:49:01 UTC (rev 6782)
@@ -1,4 +1,4 @@
-/* Copyright (2007) Schibsted Søk AS
+/* Copyright (2007-2008) Schibsted Søk AS
* This file is part of SESAT.
*
* SESAT is free software: you can redistribute it and/or modify
@@ -293,7 +293,7 @@
} catch (final NamingException ne) {
// acceptable for sesat not to have to have a user service
backend
- LOG.debug(ne.getMessage(), ne);
+ LOG.warn(ne.getMessage(), ne);
}
}
return null;
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits