diff --git a/icinga-cli.sh b/icinga-cli.sh
index 55de2f9c5b896416943ccf21bbd10c36854a1b4d..d1f9e138bf57e7408120a86058301bba5380315c 100755
--- a/icinga-cli.sh
+++ b/icinga-cli.sh
@@ -363,7 +363,7 @@ function processCheck(){
       _echo "Pipe chars: $iPipes"
       if [[ $iPipes -gt 1 ]]; then
         _elog "ABORT - pipes were found in plugin output"
-        _elgo "command was: $myFullscript $myparams"
+        _elog "command was: $myFullscript $myparams"
         exit 1
       fi