From: Ariel Nahum <[email protected]>

Match to the debug level of all functions in connect/disconnect flows

Signed-off-by: Ariel Nahum <[email protected]>
Signed-off-by: Or Gerlitz <[email protected]>
---
 drivers/infiniband/ulp/iser/iscsi_iser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.c 
b/drivers/infiniband/ulp/iser/iscsi_iser.c
index 81d69a3..decf696 100644
--- a/drivers/infiniband/ulp/iser/iscsi_iser.c
+++ b/drivers/infiniband/ulp/iser/iscsi_iser.c
@@ -410,7 +410,7 @@ iscsi_iser_conn_stop(struct iscsi_cls_conn *cls_conn, int 
flag)
        struct iscsi_conn *conn = cls_conn->dd_data;
        struct iser_conn *iser_conn = conn->dd_data;
 
-       iser_dbg("stopping iscsi_conn: %p, iser_conn: %p\n", conn, iser_conn);
+       iser_info("stopping iscsi_conn: %p, iser_conn: %p\n", conn, iser_conn);
 
        /*
         * Userspace may have goofed up and not bound the connection or
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to