summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-09-07 09:12:22 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-09-07 08:42:26 -0700
commitdb83e51918472c9f2bff7771edad6738acafbc26 (patch)
treec7f38d4e9c182ff15963fc1246242edc343d5473 /cli
parent1ec9ef73eedaabdc30d6b1c6200f0180118cf604 (diff)
cli: fixed a minor log rotate failure msg
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1550 (volume log rotate failed.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1550
Diffstat (limited to 'cli')
-rw-r--r--cli/src/cli-cmd-volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c
index 1eb7ec0954c..539c7eeac11 100644
--- a/cli/src/cli-cmd-volume.c
+++ b/cli/src/cli-cmd-volume.c
@@ -712,7 +712,7 @@ cli_cmd_log_rotate_cbk (struct cli_state *state, struct cli_cmd_word *word,
out:
if (ret)
- cli_out ("getting log file location information failed");
+ cli_out ("log rotate failed");
if (options)
dict_destroy (options);