| Submitter | Amar Tumballi |
|---|---|
| Date | 2010-09-07 14:42:22 |
| Message ID | <20100907144222.GA27231@gluster.com> |
| Download | mbox | patch |
| Permalink | /patch/4629/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index ce83105..763b100 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -698,7 +698,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);
Signed-off-by: Amar Tumballi <amar@gluster.com> --- cli/src/cli-cmd-volume.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)