diff mbox

opensm/osm_vendor_ibumad.c: Change LID format to decimal in log message

Message ID 20091201131456.GB12753@comcast.net (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Hal Rosenstock Dec. 1, 2009, 1:14 p.m. UTC
None
diff mbox

Patch

diff --git a/opensm/libvendor/osm_vendor_ibumad.c b/opensm/libvendor/osm_vendor_ibumad.c
index 5ea79cb..8f9bbf5 100644
--- a/opensm/libvendor/osm_vendor_ibumad.c
+++ b/opensm/libvendor/osm_vendor_ibumad.c
@@ -334,7 +334,7 @@  static void *umad_receiver(void *p_ptr)
 			if (mad->mgmt_class != IB_MCLASS_SUBN_DIR) {
 				/* LID routed */
 				OSM_LOG(p_vend->p_log, OSM_LOG_ERROR,
-					"ERR 5410: class 0x%x LID 0x%x\n",
+					"ERR 5410: class 0x%x LID %u\n",
 					mad->mgmt_class,
 					cl_ntoh16(ib_mad_addr->lid));
 			} else {