target/iscsi: Don't log "iSCSI Login negotiation failed." twice
authorRoland Dreier <roland@purestorage.com>
Thu, 30 Aug 2012 23:28:30 +0000 (16:28 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 18 Sep 2012 00:13:35 +0000 (17:13 -0700)
There's no need for iscsi_target_init_negotiation() to print

    iSCSI Login negotiation failed.

on failure, since its only caller (__iscsi_target_login_thread())
prints exactly the same message if it gets an error return back.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found