@@ -1,4 +1,5 @@
/*
+ * Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
* Copyright (c) 2002-2006 Mellanox Technologies LTD. All rights reserved.
* Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
@@ -91,7 +92,8 @@ static void vl15_send_mad(osm_vl15_t * p_vl, osm_madw_t * p_madw)
}
OSM_LOG(p_vl->p_log, OSM_LOG_ERROR, "ERR 3E03: "
- "MAD send failed (%s)\n", ib_get_err_str(status));
+ "MAD send failed (%s), TID 0x%" PRIx64 "\n",
+ ib_get_err_str(status), cl_ntoh64(p_madw->p_mad->trans_id));
/*
The MAD was never successfully sent, so