From 707535b683c646cf49115a3d9fa5c1989ac614e8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 24 Apr 2012 08:01:34 +0000 Subject: [PATCH] ib_srpt: Update an error message git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4222 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 0095b41f5..af4798d7b 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2391,7 +2391,7 @@ static int srpt_cm_req_recv(struct ib_cm_id *cm_id, rej->reason = cpu_to_be32( SRP_LOGIN_REJ_INSUFFICIENT_RESOURCES); PRINT_ERROR("rejected SRP_LOGIN_REQ because the target %s (%s)" - " has not yet been enabled", + " is not enabled", sdev->scst_tgt->tgt_name, sdev->device->name); goto reject; }