Index: trunk/DataCheck/Monitoring/CheckLogs.sh
===================================================================
--- trunk/DataCheck/Monitoring/CheckLogs.sh	(revision 17594)
+++ trunk/DataCheck/Monitoring/CheckLogs.sh	(revision 17595)
@@ -26,5 +26,5 @@
 if grep -E "^$lasthour.*CONNECTION" $processlogfile >/dev/null
 then 
-   grep -E "^$lasthour.*CONNECTION" $processlogfile | mail -s 'found connection problems found ($processlogfile)' $erradrs
+   grep -E "^$lasthour.*CONNECTION" $processlogfile | mail -s 'found connection problems found ('$processlogfile')' $erradrs
    printprocesslog "INFO sent errors to "$erradrs
 fi
