Index: trunk/DataCheck/Processing/FillAuxData.sh
===================================================================
--- trunk/DataCheck/Processing/FillAuxData.sh	(revision 19521)
+++ trunk/DataCheck/Processing/FillAuxData.sh	(revision 19522)
@@ -75,9 +75,9 @@
    if [ "$evaluation" = "" ]
    then
-      if [ $runtypekey -ne 1 ] #|| [ $sourcekey -gt 0 ] #doesn't work as sourcekey can be empty
+      if [ $runtypekey -eq 1 ] || [ $runtypekey -eq 18 ] #|| [ $sourcekey -gt 0 ] #doesn't work as sourcekey can be empty
       then
+         printprocesslog "WARN empty evaluation of statistic ("$@") for run "$date" file "$rawfile
+      else
          printprocesslog "DEBUG empty evaluation of statistic ("$@") for run "$date" file "$rawfile
-      else
-         printprocesslog "WARN empty evaluation of statistic ("$@") for run "$date" file "$rawfile
       fi
    fi
