[openib-general] [PATCH] OpenSM: osm_inform.c: Change error message 0207 to informational

Hal Rosenstock halr at voltaire.com
Wed Sep 14 04:51:25 PDT 2005


osm_inform.c: Change error message 0207 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;





More information about the general mailing list