[openib-general] [PATCHv2] OpenSM: osm_inform.c: Change error messages 0207 and 0208 to informational

Hal Rosenstock halr at voltaire.com
Wed Sep 14 06:52:35 PDT 2005


osm_inform.c: Change error messages 0207 and 0208 to informational

Signed-off-by: Hal Rosenstock <halr at voltaire.com>

Index: osm_inform.c
===================================================================
--- osm_inform.c        (revision 3417)
+++ osm_inform.c        (working copy)
@@ -574,8 +574,8 @@ __match_notice_to_inf_rec(
 
   if( p_src_port == (osm_port_t*)cl_qmap_end( &(p_subn->port_guid_tbl)) )
   {
-    osm_log(p_log, OSM_LOG_ERROR,
-            "__match_notice_to_inf_rec: ERR 0207: "
+    osm_log(p_log, OSM_LOG_INFO,
+            "__match_notice_to_inf_rec: "
             "Cannot find source port with GUID:0x%016" PRIx64 "\n",
             cl_ntoh64(source_gid.unicast.interface_id) );
     goto Exit;
@@ -586,8 +586,8 @@ __match_notice_to_inf_rec(
                        cl_ntoh16(p_infr_rec->report_addr.dest_lid) );
   if( !p_dest_port )
   {
-    osm_log(p_log, OSM_LOG_ERROR,
-            "__match_notice_to_inf_rec: ERR 0208: "
+    osm_log(p_log, OSM_LOG_INFO,
+            "__match_notice_to_inf_rec: "
             "Cannot find destination port with LID:0x%04x\n",
             cl_ntoh16(p_infr_rec->report_addr.dest_lid) );
     goto Exit;





More information about the general mailing list