Author: twilliams
Date: Wed Dec 21 18:12:21 2005
New Revision: 358437
URL: http://svn.apache.org/viewcvs?rev=358437&view=rev
Log:
Compromise with a warn message for now.
Modified:
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
Modified:
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java?rev=358437&r1=358436&r2=358437&view=diff
==============================================================================
---
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
(original)
+++
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
Wed Dec 21 18:12:21 2005
@@ -189,10 +189,8 @@
}
if (result == null) {
- if (getLogger().isDebugEnabled()) {
String msg = "Locationmap did not return a location for hint "
+ name;
- getLogger().debug(msg);
- }
+ getLogger().warn(msg);
}
return result;