You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by an...@apache.org on 2005/09/18 08:49:39 UTC

svn commit: r289900 - /forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java

Author: antonio
Date: Sat Sep 17 23:49:34 2005
New Revision: 289900

URL: http://svn.apache.org/viewcvs?rev=289900&view=rev
Log:
Test debugging() once

Modified:
    forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java

Modified: forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java?rev=289900&r1=289899&r2=289900&view=diff
==============================================================================
--- forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java (original)
+++ forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java Sat Sep 17 23:49:34 2005
@@ -58,12 +58,11 @@
         String attributeValue = this.getAttributeValues(name, modeConf,
                         objectModel)[0].toString();
 
-        if (debugging())
+        if (debugging()) {
             debug(" - Requested:" + name);
-        if (debugging())
             debug(" - Unfiltered:" + original);
-        if (debugging())
             debug(" - Given:" + attributeValue);
+        }
 
         return attributeValue;
     }