From e93ad2f03950aa42fcb145f3b68f15a8f81c0ca3 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 5 Apr 2011 12:24:13 +1000 Subject: [PATCH] Fix a cut-n-paste typo in an error message --- lib/task_mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/task_mgmt.c b/lib/task_mgmt.c index 751a23a..54535e9 100644 --- a/lib/task_mgmt.c +++ b/lib/task_mgmt.c @@ -29,7 +29,7 @@ iscsi_task_mgmt_async(struct iscsi_context *iscsi, struct iscsi_pdu *pdu; if (iscsi->is_loggedin == 0) { - iscsi_set_error(iscsi, "trying send nop-out while not logged " + iscsi_set_error(iscsi, "trying send task-mgmt while not logged " "in"); return -1; }