Skip to content

Commit 9ed1145

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 8082f63 commit 9ed1145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/usnic/btl_usnic_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ static int create_ep(opal_btl_usnic_module_t* module,
16741674
}
16751675
opal_output_verbose(15, USNIC_OUT,
16761676
"btl:usnic:create_ep:%s: new usnic local endpoint channel %s: %s:%d",
1677-
module->fabric_info->fabric_attr->name,
1677+
module->linux_device_name,
16781678
str,
16791679
inet_ntoa(sin->sin_addr),
16801680
ntohs(sin->sin_port));

0 commit comments

Comments
 (0)