From ddfc1301282fe87e245716b04437422476e8bc35 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Wed, 27 Dec 2023 14:22:48 +0100 Subject: pam_namespace: cleanup_tmpdirs(): use proper error message --- modules/pam_namespace/pam_namespace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_namespace') diff --git a/modules/pam_namespace/pam_namespace.c b/modules/pam_namespace/pam_namespace.c index b7cdcfa4..40edc9f7 100644 --- a/modules/pam_namespace/pam_namespace.c +++ b/modules/pam_namespace/pam_namespace.c @@ -1833,7 +1833,7 @@ static int cleanup_tmpdirs(struct instance_data *idata) } } else if (pid < 0) { pam_syslog(idata->pamh, LOG_ERR, - "Cannot fork to run namespace init script, %m"); + "Cannot fork to cleanup temporary directory, %m"); rc = PAM_SESSION_ERR; goto out; } -- cgit v1.2.3