[ofa-general] [PATCH][TRIVIAL] opensm/osm_perfmgr.c: Fix duplicated error code
Hal Rosenstock
hrosenstock at xsigo.com
Mon Jan 28 10:13:35 PST 2008
opensm/osm_perfmgr.c: Fix duplicated error code
Signed-off-by: Hal Rosenstock <hal at xsigo.com>
diff --git a/opensm/opensm/osm_perfmgr.c b/opensm/opensm/osm_perfmgr.c
index 091b46a..77d8f33 100644
--- a/opensm/opensm/osm_perfmgr.c
+++ b/opensm/opensm/osm_perfmgr.c
@@ -210,7 +210,7 @@ osm_perfmgr_mad_send_err_callback(void *bind_context, osm_madw_t * p_madw)
if ((p_node = cl_qmap_get(&(pm->monitored_map), node_guid)) ==
cl_qmap_end(&(pm->monitored_map))) {
osm_log(pm->log, OSM_LOG_ERROR,
- "osm_pc_rcv_process: ERR 4C12: GUID 0x%016"
+ "osm_pc_rcv_process: ERR 4C15: GUID 0x%016"
PRIx64 " not found in monitored map\n",
node_guid);
goto Exit;
More information about the general
mailing list