Update of /var/cvs/src/org/mmbase/util
In directory james.mmbase.org:/tmp/cvs-serv473

Modified Files:
        LocalizedEntryListFactory.java 
Log Message:
add stacktrace to warning


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util


Index: LocalizedEntryListFactory.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/LocalizedEntryListFactory.java,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- LocalizedEntryListFactory.java      19 Aug 2008 11:43:35 -0000      1.52
+++ LocalizedEntryListFactory.java      28 Aug 2008 11:41:36 -0000      1.53
@@ -38,7 +38,7 @@
  * partially by explicit values, though this is not recommended.
  *
  * @author Michiel Meeuwissen
- * @version $Id: LocalizedEntryListFactory.java,v 1.52 2008/08/19 11:43:35 
michiel Exp $
+ * @version $Id: LocalizedEntryListFactory.java,v 1.53 2008/08/28 11:41:36 
michiel Exp $
  * @since MMBase-1.8
  */
 public class LocalizedEntryListFactory<C> implements Serializable, Cloneable {
@@ -213,7 +213,7 @@
                 if (locale != null) cloud.setLocale(locale);
                 return cloud;
             } catch (SecurityException se) {
-                log.warn("" + se.getMessage());
+                log.warn("" + se.getMessage(), se);
                 try {
                     Cloud cloud = context.getCloud("mmbase");
                     if (locale != null && cloud != null) 
cloud.setLocale(locale);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to