From: tappro Date: Tue, 31 Oct 2006 20:58:13 +0000 (+0000) Subject: remove extra debug messages X-Git-Tag: v1_8_0_110~486^2~279 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7ae1f317478002449f8d7618852f86851147641f;p=fs%2Flustre-release.git remove extra debug messages --- diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index a233e11..6a17c67 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -651,12 +651,8 @@ int target_handle_connect(struct ptlrpc_request *req) } } - if (lustre_msg_get_op_flags(req->rq_reqmsg) & MSG_CONNECT_INITIAL) { - CWARN("Initial connection\n"); + if (lustre_msg_get_op_flags(req->rq_reqmsg) & MSG_CONNECT_INITIAL) initial_conn = 1; - } else { - CWARN("Not initial connection\n"); - } /* lctl gets a backstage, all-access pass. */ if (obd_uuid_equals(&cluuid, &target->obd_uuid))