Fix enter/leave logging confusion

In a few places, misleading messages may confuse log readers, e.g.,
by indicating that a function is being entered when it is actually
being left.

Signed-off-by: Roger Luethi <roger.luethi@bisdn.de>
Change-Id: Ib8cc302574e6c49f2a0a60528b85d2310b31b8b5
diff --git a/vars/showCommands.groovy b/vars/showCommands.groovy
index 9e83ab9..bee4936 100644
--- a/vars/showCommands.groovy
+++ b/vars/showCommands.groovy
@@ -31,7 +31,7 @@
         "Running command: $command",
     ]
 
-    println("** ${iam}: Running ${command} LEAVE")
+    println("** ${iam}: Running ${command} ENTER")
     try {
         // Run command for output
         buffer = sh(