Signed-off-by: Hal Rosenstock <[email protected]>
---
diff --git a/opensm/opensm/osm_pkey_mgr.c b/opensm/opensm/osm_pkey_mgr.c
index ae16eb6..9b76ed7 100644
--- a/opensm/opensm/osm_pkey_mgr.c
+++ b/opensm/opensm/osm_pkey_mgr.c
@@ -119,7 +119,7 @@ pkey_mgr_process_physical_port(IN osm_log_t * p_log,
                        OSM_LOG(p_log, OSM_LOG_ERROR, "ERR 0503: "
                                "Failed to obtain P_Key 0x%04x block and index 
for node "
                                "0x%016" PRIx64 " port %u\n",
-                               ib_pkey_get_base(pkey),
+                               cl_ntoh16(ib_pkey_get_base(pkey)),
                                cl_ntoh64(osm_node_get_node_guid(p_node)),
                                osm_physp_get_port_num(p_physp));
                        return;
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to