Whamcloud - gitweb
remove extra debug messages
authortappro <tappro>
Tue, 31 Oct 2006 20:58:13 +0000 (20:58 +0000)
committertappro <tappro>
Tue, 31 Oct 2006 20:58:13 +0000 (20:58 +0000)
lustre/ldlm/ldlm_lib.c

index a233e11..6a17c67 100644 (file)
@@ -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))