From: Yu Watanabe Date: Mon, 29 Jan 2024 04:37:57 +0000 (+0900) Subject: exec-invoke: update log message a bit X-Git-Tag: v256-rc1~997^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F31107%2Fhead;p=thirdparty%2Fsystemd.git exec-invoke: update log message a bit --- diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c index a36b094babb..d11a915b45e 100644 --- a/src/core/exec-invoke.c +++ b/src/core/exec-invoke.c @@ -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)