From 2b7e9a9dc24c42fb81bff753c194ad1685201ef9 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 3 Mar 2016 12:20:02 +0100 Subject: [PATCH] Log unknown line types --- plugins/plugin_pam_phase1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin_pam_phase1 b/plugins/plugin_pam_phase1 index 08029c08..c9078cc8 100644 --- a/plugins/plugin_pam_phase1 +++ b/plugins/plugin_pam_phase1 @@ -60,7 +60,7 @@ PARSELINE=1 ;; *) - logtext "Exception: Unknown PAM type found" + logtext "Exception: Unknown PAM type found (${PAM_TYPE})" ;; esac if [ ${PARSELINE} -eq 1 ]; then