Skip to content

Commit 7aa4fbf

Browse files
committed
usnic: fix one last stray fabric_attr->name --> linux_device_name
Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 67684be)
1 parent fd79d4d commit 7aa4fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/btl/usnic/btl_usnic_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ static int create_ep(opal_btl_usnic_module_t* module,
16841684
}
16851685
opal_output_verbose(15, USNIC_OUT,
16861686
"btl:usnic:create_ep:%s: new usnic local endpoint channel %s: %s:%d",
1687-
module->fabric_info->fabric_attr->name,
1687+
module->linux_device_name,
16881688
str,
16891689
inet_ntoa(sin->sin_addr),
16901690
ntohs(sin->sin_port));
@@ -2132,7 +2132,7 @@ static int init_mpool(opal_btl_usnic_module_t *module)
21322132
"internal error during init",
21332133
true,
21342134
opal_process_info.nodename,
2135-
module->fabric_info->fabric_attr->name,
2135+
module->linux_device_name,
21362136
"create rcache", __FILE__, __LINE__);
21372137
return OPAL_ERROR;
21382138
}

0 commit comments

Comments
 (0)