[openib-general] [PATCH] [TRIVIAL] OpenSM: osm_sm_state_mgr.c Fix some error codes
Hal Rosenstock
halr at voltaire.com
Thu Dec 1 06:20:17 PST 2005
osm_sm_state_mgr.c Eliminate some error codes
Signed-off-by: Hal Rosenstock <halr at voltaire.com>
Index: osm_sm_state_mgr.c
===================================================================
--- osm_sm_state_mgr.c (revision 4278)
+++ osm_sm_state_mgr.c (working copy)
@@ -300,7 +300,7 @@ __osm_sm_state_mgr_start_polling(
if( cl_status != CL_SUCCESS )
{
osm_log( p_sm_mgr->p_log, OSM_LOG_ERROR,
- "__osm_sm_state_mgr_start_polling : ERROR 1000: "
+ "__osm_sm_state_mgr_start_polling : ERR 3210: "
"Failed to start timer\n" );
}
@@ -379,7 +379,7 @@ __osm_sm_state_mgr_polling_callback(
if( cl_status != CL_SUCCESS )
{
osm_log( p_sm_mgr->p_log, OSM_LOG_ERROR,
- "__osm_sm_state_mgr_polling_callback : ERROR 1000: "
+ "__osm_sm_state_mgr_polling_callback : ERR 3211: "
"Failed to re-start timer\n" );
}
More information about the general
mailing list