[openib-general] [PATCH] osm: change info message to debug
Eitan Zahavi
eitan at mellanox.co.il
Tue Dec 6 00:31:42 PST 2005
Hi Hal
The umad vendor provides an info message every time the
osm_vendor_get_all_port_attr is invoked. This patch makes it a debug
message.
Thanks
Eitan
Signed-off-by: Eitan Zahavi <eitan at mellanox.co.il>
Index: osm/libvendor/osm_vendor_ibumad.c
===================================================================
--- osm/libvendor/osm_vendor_ibumad.c (revision 4317)
+++ osm/libvendor/osm_vendor_ibumad.c (working copy)
@@ -630,7 +630,7 @@ osm_vendor_get_all_port_attr(
lids[0] = def_port.base_lid;
linkstates[0] = def_port.state;
- osm_log( p_vend->p_log, OSM_LOG_INFO,
+ osm_log( p_vend->p_log, OSM_LOG_DEBUG,
"osm_vendor_get_all_port_attr: "
"assign CA %s port %d guid (0x%"PRIx64") as the default port\n",
def_port.ca_name, def_port.portnum,
More information about the general
mailing list