All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DAPL v2.0:  cma: reduce output log level in disconnect from WARN to CM_WARN
@ 2011-02-12 19:27 Davis, Arlin R
  0 siblings, 0 replies; only message in thread
From: Davis, Arlin R @ 2011-02-12 19:27 UTC (permalink / raw
  To: linux-rdma, ofw-ZwoEplunGu1OwGhvXhtEPSCwEArCW2h5@public.gmane.org

Signed-off-by: Arlin Davis <arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

---
 dapl/openib_cma/cm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dapl/openib_cma/cm.c b/dapl/openib_cma/cm.c
index f010b8a..7980cf6 100644
--- a/dapl/openib_cma/cm.c
+++ b/dapl/openib_cma/cm.c
@@ -649,7 +649,7 @@ dapls_ib_disconnect(IN DAPL_EP * ep_ptr, IN DAT_CLOSE_FLAGS close_flags)
 			dapl_os_lock(&ep_ptr->header.lock);
 		}
 		if (ep_ptr->param.ep_state != DAT_EP_STATE_DISCONNECTED) {
-			dapl_log(DAPL_DBG_TYPE_WARN,
+			dapl_log(DAPL_DBG_TYPE_CM_WARN,
 				 " WARNING: disconnect(ep %p, conn %p, id %d) timed out\n",
 				 ep_ptr, conn, (conn ? conn->cm_id : 0));
 			ep_ptr->param.ep_state = DAT_EP_STATE_DISCONNECTED;
-- 
1.7.3



--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-12 19:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 19:27 [PATCH] DAPL v2.0: cma: reduce output log level in disconnect from WARN to CM_WARN Davis, Arlin R

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.