summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/nsr-server/src/nsr.c
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2014-03-05 02:35:00 +0000
committerJeff Darcy <jdarcy@redhat.com>2014-03-05 03:29:32 +0000
commitd23e33a93ccf46435e4176943da1797b7c142288 (patch)
tree1167b5c1006ec893013ddc4d761ba2c357d2f162 /xlators/cluster/nsr-server/src/nsr.c
parent2775959b47c15e597a7974bbafa79e0882452952 (diff)
nsr: update to latest versions of etcd and etcd-api
Also fixed some general bit-rot around how daemons are started when using real etcd. Change-Id: Ib5d9c8d49982c4562b6a28b7a7c1dd1e5d9d3077 Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/cluster/nsr-server/src/nsr.c')
-rw-r--r--xlators/cluster/nsr-server/src/nsr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/cluster/nsr-server/src/nsr.c b/xlators/cluster/nsr-server/src/nsr.c
index a60589959..214c54f18 100644
--- a/xlators/cluster/nsr-server/src/nsr.c
+++ b/xlators/cluster/nsr-server/src/nsr.c
@@ -690,7 +690,9 @@ nsr_init (xlator_t *this)
NULL);
ret = runner_run (&runner);
if (ret != 0) {
- gf_log (this->name, GF_LOG_ERROR, "could not exec reconciliation process " );
+ gf_log (this->name, GF_LOG_ERROR,
+ "could not exec reconciliation process %s",
+ SBIN_DIR "/glusterfs");
goto err;
}