From: sean.hefty@intel.com Date: Wed, 22 Jun 2011 17:40:17 +0000 (-0700) Subject: common: cleanup debug messages when building with ibacm feature X-Git-Tag: dapl-2.0.33-1~17 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d3ac07bc2caf82e8d2cd9d0ad50472f697538bd0;p=~ardavis%2Fdapl.git common: cleanup debug messages when building with ibacm feature Signed-off-by: Arlin Davis --- diff --git a/dapl/openib_common/qp.c b/dapl/openib_common/qp.c index fb13576..94bb1ed 100644 --- a/dapl/openib_common/qp.c +++ b/dapl/openib_common/qp.c @@ -402,9 +402,9 @@ uint8_t dapls_get_sl(DAPL_HCA *hca_ptr, uint16_t dlid) sl = ntohs(((struct ibv_path_record *) res->ai_route)-> qosclass_sl) & 0xF; else - dapl_log(DAPL_DBG_TYPE_CM_WARNING, + dapl_log(DAPL_DBG_TYPE_CM_WARN, " dapls_get_sl: Warning, route miss 0x%x -> 0x%x\n", - slid, dlid); + path.slid, path.dlid); rdma_freeaddrinfo(res); out: