summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd
diff options
context:
space:
mode:
authorAtin Mukherjee <amukherj@redhat.com>2014-11-20 14:06:03 +0530
committerKaushal M <kaushal@redhat.com>2014-11-24 23:36:21 -0800
commitc6f27ed5cc9a6fafc6e6f83aff00196bc7a49d38 (patch)
treed4a3c1a3514f92d997a9c6497f36548bd0458c92 /xlators/mgmt/glusterd
parent6600744dd1ade619685502f4d01d708acd95d8e8 (diff)
cli: .cmd_log_history should not be hidden
Change-Id: I4513a2c260530855e09be64083e9344108c7a6c0 BUG: 1165996 Signed-off-by: Atin Mukherjee <amukherj@redhat.com> Reviewed-on: http://review.gluster.org/9150 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaushal M <kaushal@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c
index df1ff41f4ef..1ea2f357026 100644
--- a/xlators/mgmt/glusterd/src/glusterd.c
+++ b/xlators/mgmt/glusterd/src/glusterd.c
@@ -1480,7 +1480,7 @@ init (xlator_t *this)
exit (1);
}
- snprintf (cmd_log_filename, PATH_MAX,"%s/.cmd_log_history",
+ snprintf (cmd_log_filename, PATH_MAX, "%s/cmd_history.log",
DEFAULT_LOG_FILE_DIRECTORY);
ret = gf_cmd_log_init (cmd_log_filename);