From: Arlin Davis Date: Thu, 22 Jun 2006 22:02:56 +0000 (+0000) Subject: r8182: Lower the reject debug message level so we don't see warnings X-Git-Tag: libdapl-1.2.1~29 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=51362c9781cb65fd8f9a3cb5b7c12c88e4c8527a;p=~ardavis%2Fdapl.git r8182: Lower the reject debug message level so we don't see warnings when consumers reject. Signed-off-by: Arlin Davis Signed-off-by: James Lentini --- diff --git a/dapl/openib_cma/dapl_ib_cm.c b/dapl/openib_cma/dapl_ib_cm.c index 9e98e00..721004c 100644 --- a/dapl/openib_cma/dapl_ib_cm.c +++ b/dapl/openib_cma/dapl_ib_cm.c @@ -359,7 +359,7 @@ static void dapli_cm_active_cb(struct dapl_cm_id *conn, cm_event = IB_CME_DESTINATION_REJECT; dapl_dbg_log( - DAPL_DBG_TYPE_WARN, + DAPL_DBG_TYPE_CM, " dapli_cm_active_handler: REJECTED reason=%d\n", event->status);