Skip to content

Commit b7a7769

Browse files
martin-gpyigaw
authored andcommitted
fabrics: update device connect message
Trivial fix to update the device connect message to make it meaningful and on par with what we had earlier. Signed-off-by: Martin George <[email protected]>
1 parent 353e7c4 commit b7a7769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fabrics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ static void cb_connected(struct nvmf_context *fctx,
201201
return;
202202

203203
if (cfd->flags == NORMAL) {
204-
printf("device: %s\n", nvme_ctrl_get_name(c));
204+
printf("connecting to device: %s\n", nvme_ctrl_get_name(c));
205205
return;
206206
}
207207

0 commit comments

Comments
 (0)