From f014877f37488d6f9d4c505f0675ad45cd770546 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Tue, 19 Oct 2010 07:50:05 +0000 Subject: Remove additional failure cli msg for peer detach Signed-off-by: shishir gowda Signed-off-by: Anand V. Avati BUG: 1955 (Redundant log messages when "peer detach" fails) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1955 --- cli/src/cli-cmd-peer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cli/src/cli-cmd-peer.c b/cli/src/cli-cmd-peer.c index d0c7639ada4..5ae2007f39d 100644 --- a/cli/src/cli-cmd-peer.c +++ b/cli/src/cli-cmd-peer.c @@ -140,9 +140,6 @@ cli_cmd_peer_deprobe_cbk (struct cli_state *state, struct cli_cmd_word *word, } out: - if (ret) - cli_out ("Detach failed"); - return ret; } -- cgit