changeset 6653:ca80f61370ab

Add some useful debug output. With debug level info the datacage is so verbose that those lines should not hurt but having a variable dump at hand can be increadibly useful
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 24 Jul 2013 17:34:48 +0200
parents 531642542b18
children 6f42a62d0cf2
files artifacts/doc/conf/meta-data.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml	Wed Jul 24 17:24:02 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Wed Jul 24 17:34:48 2013 +0200
@@ -36,6 +36,7 @@
     </dc:macro>
 
     <dc:macro name="generate-system-content">
+      <dc:message>Generate system content with variables: {dc:dump-variables()}</dc:message>
       <dc:call-macro name="artifact-range">
         <dc:call-macro name="km-filtered-wsts">
           <dc:choose>
@@ -44,6 +45,7 @@
                 Recommendations (client shall load immediately).
               </dc:comment>
               <dc:iterate var="out" container="artifact-outs">
+                <dc:message>Rec out iteration for: {$out}</dc:message>
                 <dc:choose>
                   <dc:when test="$out = 'w_differences'">
                     <dc:call-macro name="annotations"/>
@@ -122,6 +124,7 @@
                 Non - Recommendations.
               </dc:comment>
               <dc:iterate var="out" container="artifact-outs">
+                <dc:message>Non Rec out iteration for: {$out}</dc:message>
                 <dc:choose>
                   <dc:when test="$out = 'cross_section'">
                     <dc:call-macro name="basedata_0"/>

http://dive4elements.wald.intevation.org