]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
exec-invoke: update log message a bit 31107/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 29 Jan 2024 04:37:57 +0000 (13:37 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Feb 2024 08:45:47 +0000 (17:45 +0900)
src/core/exec-invoke.c

index a36b094babbdc150e22b4cb1c7e3fa3c8deb7c5f..d11a915b45ea854f787e256e4a5ca44e44fb62e9 100644 (file)
@@ -1194,7 +1194,7 @@ static int setup_pam(
 
         pam_code = pam_setcred(handle, PAM_ESTABLISH_CRED | flags);
         if (pam_code != PAM_SUCCESS)
-                log_debug("pam_setcred() failed, ignoring: %s", pam_strerror(handle, pam_code));
+                log_debug("pam_setcred(PAM_ESTABLISH_CRED) failed, ignoring: %s", pam_strerror(handle, pam_code));
 
         pam_code = pam_open_session(handle, flags);
         if (pam_code != PAM_SUCCESS)