From 83445b6f5a2e79b44c336af0592f14a1534cbdbd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 29 Jun 2018 15:23:34 +0200 Subject: pwrap: Improve error message Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- src/pam_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pam_wrapper.c b/src/pam_wrapper.c index 1a2562c..230a45d 100644 --- a/src/pam_wrapper.c +++ b/src/pam_wrapper.c @@ -943,7 +943,7 @@ static void pwrap_init(void) rc = mkdir(libpam_path, 0755); if (rc != 0) { PWRAP_LOG(PWRAP_LOG_ERROR, - "Failed to create pam_wrapper config dir: %s - %s", + "Failed to create path for libpam: %s - %s", tmp_config_dir, strerror(errno)); p_rmdirs(pwrap.config_dir); exit(1); -- cgit v1.2.3