summaryrefslogtreecommitdiff
path: root/modules/pam_selinux/pam_selinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_selinux/pam_selinux.c')
-rw-r--r--modules/pam_selinux/pam_selinux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_selinux/pam_selinux.c b/modules/pam_selinux/pam_selinux.c
index c6f887a6..1f412d17 100644
--- a/modules/pam_selinux/pam_selinux.c
+++ b/modules/pam_selinux/pam_selinux.c
@@ -545,9 +545,9 @@ static void
verbose_message(pam_handle_t *pamh, char *msg, int debug)
{
if (debug)
- pam_syslog(pamh, LOG_NOTICE, msg);
+ pam_syslog(pamh, LOG_NOTICE, "%s", msg);
- pam_info (pamh, "%s", msg);
+ pam_info(pamh, "%s", msg);
}
PAM_EXTERN int