print multicast lid in error message

 Signed-off-by: Eli Dorfman <[EMAIL PROTECTED]>

---
 opensm/opensm/osm_sa_mcmember_record.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opensm/opensm/osm_sa_mcmember_record.c 
b/opensm/opensm/osm_sa_mcmember_record.c
index 5dd286a..4e77f06 100644
--- a/opensm/opensm/osm_sa_mcmember_record.c
+++ b/opensm/opensm/osm_sa_mcmember_record.c
@@ -846,7 +846,7 @@ osm_mcmr_rcv_create_new_mgrp(IN osm_sa_t * sa,
        mlid = __get_new_mlid(sa, mcm_rec.mlid);
        if (mlid == 0) {
                OSM_LOG(sa->p_log, OSM_LOG_ERROR, "ERR 1B19: "
-                       "__get_new_mlid failed\n");
+                       "__get_new_mlid failed request mlid 0x%04x\n", 
cl_ntoh16(mcm_rec.mlid));
                status = IB_SA_MAD_STATUS_NO_RESOURCES;
                goto Exit;
        }
-- 
1.5.5

_______________________________________________
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