git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd30e93
)
target/iscsi: Don't log "iSCSI Login negotiation failed." twice
author
Roland Dreier
<roland@purestorage.com>
Thu, 30 Aug 2012 23:28:30 +0000
(16:28 -0700)
committer
Nicholas 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