opensm/osm_sa_mcmember_record.c: Better message on failure due to MC
group not found

Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>

diff --git a/opensm/opensm/osm_sa_mcmember_record.c 
b/opensm/opensm/osm_sa_mcmember_record.c
index de174c5..8b8cfa1 100644
--- a/opensm/opensm/osm_sa_mcmember_record.c
+++ b/opensm/opensm/osm_sa_mcmember_record.c
@@ -1278,8 +1278,11 @@ __osm_mcmr_rcv_leave_mgrp(IN osm_sa_t * sa,
                }
        } else {
                CL_PLOCK_RELEASE(sa->p_lock);
-               OSM_LOG(sa->p_log, OSM_LOG_DEBUG,
-                       "Failed since multicast group not present\n");
+               OSM_LOG(sa->p_log, OSM_LOG_ERROR,
+                       "Failed since multicast group 0x%16"
+                       PRIx64 " : 0x%016" PRIx64 " not present\n",
+                       cl_ntoh64(p_recvd_mcmember_rec->mgid.unicast.prefix),
+                       
cl_ntoh64(p_recvd_mcmember_rec->mgid.unicast.interface_id));
                osm_sa_send_error(sa, p_madw, IB_SA_MAD_STATUS_REQ_INVALID);
                goto Exit;
        }


_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to