From 7ad75da5e8cb57336380f688650547275b939c3a Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Wed, 21 Jul 2010 04:23:15 +0000 Subject: cli: fix consistent behaviour with newlines in cli_out() Signed-off-by: Anand V. Avati Signed-off-by: Anand V. Avati BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- cli/src/cli-cmd-volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/cli-cmd-volume.c') diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 7aafddccc4c..d3960d06575 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -426,7 +426,7 @@ cli_cmd_volume_set_transport_cbk (struct cli_state *state, struct cli_cmd_word *word, const char **words, int wordcount) { - cli_out ("volume set-transport not implemented\n"); + cli_out ("volume set-transport not implemented"); return 0; } -- cgit