From 8442a490aadf4ccee40b65ba007c0d38f5c8b65a Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Fri, 24 Jul 2015 12:45:11 -0700 Subject: [PATCH] mcm: add device info to non-debug log Signed-off-by: Arlin Davis --- dapl/openib_mcm/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapl/openib_mcm/device.c b/dapl/openib_mcm/device.c index fdf66bd..bf3ef7d 100644 --- a/dapl/openib_mcm/device.c +++ b/dapl/openib_mcm/device.c @@ -373,7 +373,7 @@ done: &hca_ptr->ib_trans.addr, sizeof(struct dat_mcm_addr)); - dapl_dbg_log(DAPL_DBG_TYPE_UTIL, + dapl_log(DAPL_DBG_TYPE_UTIL, "%s open: dev %s port %d, GID %s, LID %x qpn %x sl %d %s\n", PROVIDER_NAME, hca_name, hca_ptr->port_num, inet_ntop(AF_INET6, &mcm_ia->gid, gid_str, sizeof(gid_str)), -- 2.46.0