IB/iser: Change iscsi_conn_stop log level to info
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>
This commit is contained in:
Родитель
6df5a128f0
Коммит
bba0a3c9d7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче