From 61a73726a51936fb59245a0ba9511c4907306130 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 26 Nov 2009 00:38:28 +0000 Subject: changed the log level of failure case in client_setvolume_cbk It *should* be an error when a handshake fails. Its hard to debug it otherwise Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 26 (Version mismatch not handled correctly) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=26 --- xlators/protocol/client/src/client-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/protocol/client') diff --git a/xlators/protocol/client/src/client-protocol.c b/xlators/protocol/client/src/client-protocol.c index b1def9735e7..2723126ca95 100644 --- a/xlators/protocol/client/src/client-protocol.c +++ b/xlators/protocol/client/src/client-protocol.c @@ -6162,7 +6162,7 @@ client_setvolume_cbk (call_frame_t *frame, gf_hdr_common_t *hdr, size_t hdrlen, } if (op_ret < 0) { - gf_log (trans->xl->name, GF_LOG_DEBUG, + gf_log (trans->xl->name, GF_LOG_ERROR, "SETVOLUME on remote-host failed: %s", remote_error ? remote_error : strerror (op_errno)); errno = op_errno; -- cgit