Message ID | 80393bcc-37d5-4977-b59a-7021c791fd23@default (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Hal Rosenstock |
Headers | show |
On 11/15/2013 7:53 AM, Line Holen wrote:
> Signed-off-by : Line Holen <line.holen@oracle.com>
Thanks. Applied.
-- Hal
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/opensm/osm_mcast_mgr.c b/opensm/osm_mcast_mgr.c index 7993150..19d7e30 100644 --- a/opensm/osm_mcast_mgr.c +++ b/opensm/osm_mcast_mgr.c @@ -397,7 +397,8 @@ static int mcast_mgr_set_mft_block(osm_sm_t * sm, IN osm_switch_t * p_sw, CL_DISP_MSGID_NONE, &context); if (status != IB_SUCCESS) { OSM_LOG(sm->p_log, OSM_LOG_ERROR, "ERR 0A02: " - "Sending multicast fwd. tbl. block to %s failed (%s)\n", + "Sending multicast fwd. tbl. block 0x%X to %s " + "failed (%s)\n", block_id_ho, p_node->print_desc, ib_get_err_str(status)); ret = -1; }