Skip to content

Commit 1fdd0fe

Browse files
committed
usnic: add missing params to show_help() call
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 7048ade commit 1fdd0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/btl/usnic/btl_usnic_module.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,8 @@ static int init_one_channel(opal_btl_usnic_module_t *module,
18041804
true,
18051805
opal_process_info.nodename,
18061806
module->linux_device_name,
1807-
"failed to create CQ", __FILE__, __LINE__);
1807+
"failed to create CQ", __FILE__, __LINE__,
1808+
rc, fi_strerror(-rc));
18081809
goto error;
18091810
}
18101811

0 commit comments

Comments
 (0)