[ofa-general] [PATCH] opensm/osm_ucast_ftree.c: Made error numbers unique in some log messages
Hal Rosenstock
hnrose at comcast.net
Fri Jul 3 06:18:05 PDT 2009
Signed-off-by: Hal Rosenstock <hal.rosenstock at gmail.com>
---
diff --git a/opensm/opensm/osm_ucast_ftree.c b/opensm/opensm/osm_ucast_ftree.c
index 6c695de..bd61002 100644
--- a/opensm/opensm/osm_ucast_ftree.c
+++ b/opensm/opensm/osm_ucast_ftree.c
@@ -3617,7 +3617,7 @@ static int fabric_read_guid_files(IN ftree_fabric_t * p_ftree)
if (!cl_qmap_count(&p_ftree->cn_guid_tbl)) {
OSM_LOG(&p_ftree->p_osm->log, OSM_LOG_ERROR,
- "ERR AB23: "
+ "ERR AB27: "
"Compute node guids file has no valid guids\n");
status = -1;
goto Exit;
@@ -3633,14 +3633,14 @@ static int fabric_read_guid_files(IN ftree_fabric_t * p_ftree)
add_guid_item_to_map,
&p_ftree->io_guid_tbl)) {
OSM_LOG(&p_ftree->p_osm->log, OSM_LOG_ERROR,
- "ERR AB23: Problem parsing I/O guid file\n");
+ "ERR AB28: Problem parsing I/O guid file\n");
status = -1;
goto Exit;
}
if (!cl_qmap_count(&p_ftree->io_guid_tbl)) {
OSM_LOG(&p_ftree->p_osm->log, OSM_LOG_ERROR,
- "ERR AB23: "
+ "ERR AB29: "
"I/O node guids file has no valid guids\n");
status = -1;
goto Exit;
More information about the general
mailing list