[ofa-general] [PATCH] opensm/osm_ucast_ftree.c: Made error numbers unique in some log messages

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <sashak@...>
Cc: <general@...>
Date: Friday, July 3, 2009 - 9:18 am

Signed-off-by: Hal Rosenstock <hal.rosenstock@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;
_______________________________________________
general mailing list
general@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ofa-general] [PATCH] opensm/osm_ucast_ftree.c: Made error n..., Hal Rosenstock, (Fri Jul 3, 9:18 am)