for consistency Signed-off-by: Hal Rosenstock <hal@xxxxxxxxxxxx> --- ibacm/src/acm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibacm/src/acm.c b/ibacm/src/acm.c index a67001d..3f2d617 100644 --- a/ibacm/src/acm.c +++ b/ibacm/src/acm.c @@ -2648,7 +2648,7 @@ static int acm_open_providers(void) query = dlsym(handle, "provider_query"); if ((err_str = dlerror()) != NULL) { - acm_log(0, "Error -provider_query not found in %s (%s)\n", + acm_log(0, "Error - provider_query not found in %s (%s)\n", file_name, err_str); dlclose(handle); continue; -- 2.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html