Revision: 1097
          http://stripes.svn.sourceforge.net/stripes/?rev=1097&view=rev
Author:   bengunter
Date:     2009-03-04 16:53:45 +0000 (Wed, 04 Mar 2009)

Log Message:
-----------
STS-617. Log path conflicts at debug instead of warn. They're fairly common and 
don't necessarily pose a problem. If they are hit upon then the exception that 
gets thrown gives a clear indication of the problem.

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/controller/UrlBindingFactory.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/controller/UrlBindingFactory.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/controller/UrlBindingFactory.java 
2009-03-04 16:17:38 UTC (rev 1096)
+++ trunk/stripes/src/net/sourceforge/stripes/controller/UrlBindingFactory.java 
2009-03-04 16:53:45 UTC (rev 1097)
@@ -491,7 +491,7 @@
 
             // Replace the path cache entry if necessary and log a warning
             if (statik == null) {
-                log.warn("The path ", path, " for ", 
binding.getBeanType().getName(), " @ ",
+                log.debug("The path ", path, " for ", 
binding.getBeanType().getName(), " @ ",
                         binding, " conflicts with ", list);
             }
             else {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to