Revision: 1224
          http://stripes.svn.sourceforge.net/stripes/?rev=1224&view=rev
Author:   fdaoud
Date:     2009-12-23 11:47:17 +0000 (Wed, 23 Dec 2009)

Log Message:
-----------
Spring warning changed to debug

Modified Paths:
--------------
    
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringHelper.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringHelper.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringHelper.java  
    2009-12-16 16:22:40 UTC (rev 1223)
+++ 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringHelper.java  
    2009-12-23 11:47:17 UTC (rev 1224)
@@ -285,7 +285,7 @@
                 "beans of matching type.");
         }
         else {
-            log.warn("Found unique SpringBean with type [" + type.getName() + 
"]. Matching on ",
+            log.debug("Found unique SpringBean with type [" + type.getName() + 
"]. Matching on ",
                      "type is a little risky so watch out!");
             return ctx.getBean(beanNames[0], type);
         }


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

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to