Author: musachy Date: Sat Jan 3 15:49:51 2009 New Revision: 731127 URL: http://svn.apache.org/viewvc?rev=731127&view=rev Log: Minor change to makig logging consistent
Modified: struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/PackageBasedActionConfigBuilder.java Modified: struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/PackageBasedActionConfigBuilder.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/PackageBasedActionConfigBuilder.java?rev=731127&r1=731126&r2=731127&view=diff ============================================================================== --- struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/PackageBasedActionConfigBuilder.java (original) +++ struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/PackageBasedActionConfigBuilder.java Sat Jan 3 15:49:51 2009 @@ -357,7 +357,7 @@ if (LOG.isWarnEnabled()) { for (int i = 0; i < patternUsed.length; i++) { if (!patternUsed[i]) { - LOG.warn("The includeJars pattern \""+includeJars[i]+"\" did not match any jars in the classpath"); + LOG.warn("The includeJars pattern [#0] did not match any jars in the classpath", includeJars[i]); } } }