File pacemaker-log-correct-directory.patch of Package pacemaker.3577
commit ef99d80579de999bc0a6337e9206c7eaa0999712
Author: Ken Gaillot <kgaillot@redhat.com>
Date: Wed May 11 14:10:14 2016 -0500
Log: libcrmcommon: correct directory name in log message
Fixes CLBZ#5266
diff --git a/lib/common/logging.c b/lib/common/logging.c
index 6879023..81671b9 100644
--- a/lib/common/logging.c
+++ b/lib/common/logging.c
@@ -844,7 +844,7 @@ crm_log_init(const char *entity, uint8_t level, gboolean daemon, gboolean to_std
crm_perror(LOG_INFO, "Cannot change active directory to %s", base);
} else {
- crm_info("Changed active directory to %s/%s", base, pwent->pw_name);
+ crm_info("Changed active directory to %s", base);
#if 0
{
char path[512];