diff --git a/icinga-cli.sh b/icinga-cli.sh
index b2eba8f4b6c73abb8a6aa69dd52c6ea99f4f78d6..9bdcab5ca9cc1520b5cfcdfbdaec064a4ef92156 100755
--- a/icinga-cli.sh
+++ b/icinga-cli.sh
@@ -324,7 +324,7 @@ function processCheck(){
       #
       # --- this executes the check plugin ...
       #
-      _log "${_logPrefix} starting $myFullscript $myparams - $_outfile"
+      _log "${_logPrefix} starting $myFullscript $myparams"
       iTsStart=$(date +%s)
       eval $myFullscript $myparams > "$_outfile"
       rc=$?