diff options
author | Amar Tumballi <amar@gluster.com> | 2010-09-07 09:12:22 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-07 08:42:26 -0700 |
commit | db83e51918472c9f2bff7771edad6738acafbc26 (patch) | |
tree | c7f38d4e9c182ff15963fc1246242edc343d5473 | |
parent | 1ec9ef73eedaabdc30d6b1c6200f0180118cf604 (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
-rw-r--r-- | cli/src/cli-cmd-volume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 1eb7ec095..539c7eeac 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); |