[ofa-general] ***SPAM*** [PATCH] opensm/osm_sa_mcmember_record.c print multicast lid in error message
Eli Dorfman
dorfman.eli at gmail.com
Sun Nov 16 03:08:04 PST 2008
print multicast lid in error message
Signed-off-by: Eli Dorfman <elid at voltaire.com>
---
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
More information about the general
mailing list