with similar message in get_any_records
Signed-off-by: Hal Rosenstock <[email protected]> --- diff --git a/src/saquery.c b/src/saquery.c index 837d8ae..0f39064 100644 --- a/src/saquery.c +++ b/src/saquery.c @@ -1432,7 +1432,7 @@ static int query_sa_cpi(struct sa_handle *h, struct query_params *query_params) int ret = sa_query(h, IB_MAD_METHOD_GET, CLASS_PORT_INFO, 0, 0, ibd_sakey, NULL, 0, &result); if (ret) { - fprintf(stderr, "ERROR: Query SA failed: %s\n", strerror(ret)); + fprintf(stderr, "Query SA failed: %s\n", strerror(ret)); return ret; } -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
