Author: nbubna
Date: Tue Mar 3 20:19:59 2009
New Revision: 749728
URL: http://svn.apache.org/viewvc?rev=749728&view=rev
Log:
grammatical tweak to make log message less urgent
Modified:
velocity/tools/trunk/src/main/java/org/apache/velocity/tools/view/VelocityView.java
Modified:
velocity/tools/trunk/src/main/java/org/apache/velocity/tools/view/VelocityView.java
URL:
http://svn.apache.org/viewvc/velocity/tools/trunk/src/main/java/org/apache/velocity/tools/view/VelocityView.java?rev=749728&r1=749727&r2=749728&view=diff
==============================================================================
---
velocity/tools/trunk/src/main/java/org/apache/velocity/tools/view/VelocityView.java
(original)
+++
velocity/tools/trunk/src/main/java/org/apache/velocity/tools/view/VelocityView.java
Tue Mar 3 20:19:59 2009
@@ -568,7 +568,7 @@
// if we didn't find one
if (inputStream == null)
{
- String msg = "Could not find resource at: "+path;
+ String msg = "Did not find resource at: "+path;
if (required)
{
getLog().error(msg);
@@ -651,7 +651,7 @@
this.deprecationSupportMode);
if (config == null)
{
- String msg = "Could not find resource at: "+path;
+ String msg = "Did not find resource at: "+path;
if (required)
{
getLog().error(msg);