Author: midon
Date: Tue Sep 30 19:39:07 2008
New Revision: 700662

URL: http://svn.apache.org/viewvc?rev=700662&view=rev
Log:
add more logging

Modified:
    
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/HierarchicalProperties.java

Modified: 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/HierarchicalProperties.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/HierarchicalProperties.java?rev=700662&r1=700661&r2=700662&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/HierarchicalProperties.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/utils/src/main/java/org/apache/ode/utils/HierarchicalProperties.java
 Tue Sep 30 19:39:07 2008
@@ -227,6 +227,7 @@
             }
 
             // save the key/value in its chained map
+            if(log.isDebugEnabled()) log.debug("New property: 
"+targetedProperty+" -> "+value);
             p.put(targetedProperty, value);
         }
     }


Reply via email to