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

Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>

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;


_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to