From 55eacac42544a8e455aa29ba9fa3952e494c1477 Mon Sep 17 00:00:00 2001 From: Peter Lieven Date: Thu, 5 Jan 2017 12:33:47 +0100 Subject: [PATCH] login: add logging for the negotiation login parameters Signed-off-by: Peter Lieven --- lib/login.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/login.c b/lib/login.c index dd0e7ab..36de085 100644 --- a/lib/login.c +++ b/lib/login.c @@ -1217,6 +1217,8 @@ iscsi_process_login_reply(struct iscsi_context *iscsi, struct iscsi_pdu *pdu, must_have_chap_r = 0; } + ISCSI_LOG(iscsi, 6, "TargetLoginReply: %s", ptr); + ptr += len + 1; size -= len + 1; }