IB/iser: Change iscsi_conn_stop log level to info
authorAriel Nahum <arieln@mellanox.com>
Wed, 1 Oct 2014 11:02:13 +0000 (14:02 +0300)
committerRoland Dreier <roland@purestorage.com>
Thu, 9 Oct 2014 07:06:42 +0000 (00:06 -0700)
Match to the debug level of all functions in connect/disconnect flows.

Signed-off-by: Ariel Nahum <arieln@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/ulp/iser/iscsi_iser.c

index 81d69a30bccaaea53bb30b1d5aa392ed26d3fb99..decf696e7ea5ebed39d974eef579fb924d57b8d1 100644 (file)
@@ -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
This page took 0.025949 seconds and 5 git commands to generate.