diff --git a/awit-ssh b/awit-ssh
index fecc5ba9574962905d892e411bb2bd50327828ea..445f7bdf84c394b4b3642141c05a87751706896a 100755
--- a/awit-ssh
+++ b/awit-ssh
@@ -185,7 +185,7 @@ if ($ldapEntry) {
 
 	# Check if we need to set the port
 	if (my $ldapLoginPort = $ldapEntry->get_value('awitLoginPort')) {
-		logger('INFO',"  - Port %s",$ldapLoginPort);
+		logger('INFO',"  - Port %s (awitLoginPort)",$ldapLoginPort);
 		$port = $ldapLoginPort;
 	}