Update of /var/cvs/src/org/mmbase/module/core
In directory james.mmbase.org:/tmp/cvs-serv2355

Modified Files:
        MMBase.java 
Log Message:
logging only


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module/core


Index: MMBase.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/core/MMBase.java,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -b -r1.260 -r1.261
--- MMBase.java 12 Nov 2008 17:33:06 -0000      1.260
+++ MMBase.java 25 Nov 2008 15:05:41 -0000      1.261
@@ -45,7 +45,7 @@
  * @author Pierre van Rooden
  * @author Johannes Verelst
  * @author Ernst Bunders
- * @version $Id: MMBase.java,v 1.260 2008/11/12 17:33:06 michiel Exp $
+ * @version $Id: MMBase.java,v 1.261 2008/11/25 15:05:41 michiel Exp $
  */
 public class MMBase extends ProcessorModule {
 
@@ -943,7 +943,7 @@
                     urlWeight = ResourceLoader.getWeight(url);
                     protocol = url.getProtocol();
                 } else if (urlWeight == proposalWeight && prop.getVersion() > 
r.getVersion()) {
-                    log.service(url.toString() + " has a higher version than " 
+ r.getSystemId() + " so, using that in stead");
+                    log.service(url.toString() + " has a higher version than " 
+ r.getSystemId() + " so, using that in stead (weights are both " + urlWeight + 
")");
                     r = prop;
                 } else {
                     if (proposalWeight > urlWeight) {
@@ -951,7 +951,7 @@
                     } else if (proposalWeight <  urlWeight) {
                         log.service(url.toString() + " has a lower weight than 
" + r.getSystemId() + ". Ignoring it.");
                     } else {
-                        log.service(url.toString() + " has a lower or equals 
version than " + r.getSystemId() + ". Ignoring it.");
+                        log.service(url.toString() + " has a lower or equals 
version than " + r.getSystemId() + ". Ignoring it (weights are both " + 
urlWeight + ")");
                     }
                 }
             }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to