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

Modified Files:
        SortedBundle.java 
Log Message:
lowered this log after all


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


Index: SortedBundle.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/SortedBundle.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- SortedBundle.java   4 Aug 2008 11:15:14 -0000       1.33
+++ SortedBundle.java   13 Aug 2008 07:47:48 -0000      1.34
@@ -29,7 +29,7 @@
  *
  * @author Michiel Meeuwissen
  * @since  MMBase-1.8
- * @version $Id: SortedBundle.java,v 1.33 2008/08/04 11:15:14 michiel Exp $
+ * @version $Id: SortedBundle.java,v 1.34 2008/08/13 07:47:48 michiel Exp $
  */
 public class SortedBundle {
 
@@ -200,7 +200,7 @@
         if (provider != null) {
             key = provider.get(bundleKey.toUpperCase());
             if (key == null) {
-                log.warn("Could not find " + bundleKey.toUpperCase() + " in " 
+ constantsProvider);
+                log.debug("Could not find " + bundleKey.toUpperCase() + " in " 
+ constantsProvider);
                 key = bundleKey;
 
             }
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to