From ab6e0cd7822a257d283b6dd4130b1081d7149463 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 22 Dec 2017 23:11:30 +0000 Subject: [PATCH] ib_srpt: Refine a log message git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7278 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 3fe6d5ee0..4d574d321 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2574,7 +2574,8 @@ static int srpt_cm_req_recv(struct srpt_device *const sdev, if (!sport->enabled) { rej->reason = cpu_to_be32( SRP_LOGIN_REJ_INSUFFICIENT_RESOURCES); - pr_info("rejected SRP_LOGIN_REQ because target %s is not enabled\n", sport->scst_tgt->tgt_name); + pr_info("rejected SRP_LOGIN_REQ because target port %s has not yet been enabled\n", + sport->scst_tgt->tgt_name); goto reject; }