Fix typo in a warning message.
MFC after: 2 weeks
This commit is contained in:
parent
7c95bf1e68
commit
6960c4e135
@ -1281,10 +1281,10 @@ iscsi_pdu_handle_async_message(struct icl_pdu *response)
|
||||
iscsi_session_terminate(is);
|
||||
break;
|
||||
case BHSAM_EVENT_TARGET_TERMINATES_CONNECTION:
|
||||
ISCSI_SESSION_WARN(is, "target indicates it will drop drop the connection");
|
||||
ISCSI_SESSION_WARN(is, "target indicates it will drop the connection");
|
||||
break;
|
||||
case BHSAM_EVENT_TARGET_TERMINATES_SESSION:
|
||||
ISCSI_SESSION_WARN(is, "target indicates it will drop drop the session");
|
||||
ISCSI_SESSION_WARN(is, "target indicates it will drop the session");
|
||||
break;
|
||||
default:
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user