From 430dd844a9f5f09b5cd17284c9cd088b00d4fb33 Mon Sep 17 00:00:00 2001 From: Martin George Date: Wed, 1 Apr 2026 22:26:28 +0530 Subject: [PATCH] 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 --- fabrics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabrics.c b/fabrics.c index 9016fb81d0..a7bbd5a743 100644 --- a/fabrics.c +++ b/fabrics.c @@ -201,7 +201,7 @@ static void cb_connected(struct nvmf_context *fctx, return; if (cfd->flags == NORMAL) { - printf("device: %s\n", nvme_ctrl_get_name(c)); + printf("connecting to device: %s\n", nvme_ctrl_get_name(c)); return; }