[ofa-general] [PATCH] opensm/osm_port.c: Change log level of Invalid OP_VLS 0 message to VERBOSE

Hal Rosenstock hnrose at comcast.net
Tue May 12 11:32:33 PDT 2009


Signed-off-by: Hal Rosenstock <hal.rosenstock at gmail.com>
---
diff --git a/opensm/opensm/osm_port.c b/opensm/opensm/osm_port.c
index 17bac73..cb8b153 100644
--- a/opensm/opensm/osm_port.c
+++ b/opensm/opensm/osm_port.c
@@ -381,7 +381,7 @@ uint8_t osm_physp_calc_link_op_vls(IN osm_log_t * p_log,
 		op_vls = p_subn->opt.max_op_vls;
 
 	if (op_vls == 0) {
-		OSM_LOG(p_log, OSM_LOG_DEBUG,
+		OSM_LOG(p_log, OSM_LOG_VERBOSE,
 			"Invalid OP_VLS = 0. Forcing correction to 1 (VL0)\n");
 		op_vls = 1;
 	}



More information about the general mailing list