From patchwork Mon Feb 28 16:42:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Netes X-Patchwork-Id: 596541 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1SGgql6013625 for ; Mon, 28 Feb 2011 16:42:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755945Ab1B1Qmr (ORCPT ); Mon, 28 Feb 2011 11:42:47 -0500 Received: from mail.mellanox.co.il ([194.90.237.43]:59146 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755767Ab1B1Qmq (ORCPT ); Mon, 28 Feb 2011 11:42:46 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from alexne@mellanox.com) with SMTP; 28 Feb 2011 18:51:17 +0200 Received: from MTRCASDAG01.mtl.com (172.25.0.174) by mtlmail02.mtl.com (10.0.8.13) with Microsoft SMTP Server (TLS) id 8.2.254.0; Mon, 28 Feb 2011 18:42:39 +0200 Received: from localhost (172.25.6.157) by MTRCASDAG01.mtl.com (172.25.0.174) with Microsoft SMTP Server (TLS) id 14.1.270.1; Mon, 28 Feb 2011 18:42:38 +0200 Date: Mon, 28 Feb 2011 18:42:37 +0200 From: Alex Netes To: Subject: [PATCH] opensm: fixed indentation and decreased verbosity of RMPP length message Message-ID: <20110228164237.GE8537@calypso.voltaire.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: [172.25.6.157] Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 28 Feb 2011 16:42:53 +0000 (UTC) diff --git a/libvendor/osm_vendor_ibumad.c b/libvendor/osm_vendor_ibumad.c index eac686a..2373803 100644 --- a/libvendor/osm_vendor_ibumad.c +++ b/libvendor/osm_vendor_ibumad.c @@ -1041,10 +1041,10 @@ osm_vendor_send(IN osm_bind_handle_t h_bind, #ifdef VENDOR_RMPP_SUPPORT } else is_rmpp = 1; - OSM_LOG(p_vend->p_log, OSM_LOG_VERBOSE, "RMPP %d length %d\n", - ib_rmpp_is_flag_set((ib_rmpp_mad_t *) p_sa, - IB_RMPP_FLAG_ACTIVE), - p_madw->mad_size); + OSM_LOG(p_vend->p_log, OSM_LOG_DEBUG, "RMPP %d length %d\n", + ib_rmpp_is_flag_set((ib_rmpp_mad_t *) p_sa, + IB_RMPP_FLAG_ACTIVE), + p_madw->mad_size); #else } else { p_sa->rmpp_version = 1;