Skip to content

Commit c403609

Browse files
committed
usnic: add missing params to show_help() call
Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 1fdd0fe)
1 parent 5f6de7f commit c403609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mca/btl/usnic/btl_usnic_module.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,8 @@ static int init_one_channel(opal_btl_usnic_module_t *module,
17361736
true,
17371737
opal_process_info.nodename,
17381738
module->fabric_info->fabric_attr->name,
1739-
"failed to create CQ", __FILE__, __LINE__);
1739+
"failed to create CQ", __FILE__, __LINE__,
1740+
rc, fi_strerror(-rc));
17401741
goto error;
17411742
}
17421743

0 commit comments

Comments
 (0)