diff mbox

opensm: fixed indentation and decreased verbosity of RMPP length message

Message ID 20110228164237.GE8537@calypso.voltaire.com (mailing list archive)
State Accepted
Headers show

Commit Message

Alex Netes Feb. 28, 2011, 4:42 p.m. UTC
None
diff mbox

Patch

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;