Signed-off-by: Ira Weiny <[email protected]>
---
opensm/osm_perfmgr.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opensm/osm_perfmgr.c b/opensm/osm_perfmgr.c
index 9bc1154..25033bd 100644
--- a/opensm/osm_perfmgr.c
+++ b/opensm/osm_perfmgr.c
@@ -831,7 +831,9 @@ void osm_perfmgr_process(osm_perfmgr_t * pm)
ib_node_info_get_local_port_num(&p_node->node_info);
} else
OSM_LOG(pm->log, OSM_LOG_ERROR,
- "ERR 5487: No PerfMgr port object\n");
+ "ERR 5487: No PerfMgr port object for "
+ "port_guid 0x%"PRIx64"\n",
+ cl_ntoh64(pm->port_guid));
CL_PLOCK_RELEASE(pm->sm->p_lock);
}
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html