Message ID | 500FCCF2.4060008@dev.mellanox.co.il (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Alex Netes |
Headers | show |
Hi Hal, On 06:39 Wed 25 Jul , Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock <hal@mellanox.com> > --- Applied, thanks. -- 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_inform.c b/opensm/osm_inform.c index 2eb646a..f5abbc6 100644 --- a/opensm/osm_inform.c +++ b/opensm/osm_inform.c @@ -314,7 +314,7 @@ static ib_api_status_t send_report(IN osm_infr_t * p_infr_rec, /* the informinfo &(p_infr_rec->report_addr)); if (!p_report_madw) { - OSM_LOG(p_log, OSM_LOG_ERROR, "ERR 0203" + OSM_LOG(p_log, OSM_LOG_ERROR, "ERR 0203: " "osm_mad_pool_get failed\n"); status = IB_ERROR; goto Exit;
Signed-off-by: Hal Rosenstock <hal@mellanox.com> --- -- 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