scsi: target: iscsi: Fix an error message in iscsi_check_key()
authorMaurizio Lombardi <mlombard@redhat.com>
Tue, 14 Feb 2023 14:15:56 +0000 (15:15 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 6 Mar 2023 21:50:42 +0000 (16:50 -0500)
commit6cc55c969b7ce8d85e09a636693d4126c3676c11
tree9c6394da12b246df76cabdab10801604b90098c8
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
scsi: target: iscsi: Fix an error message in iscsi_check_key()

The first half of the error message is printed by pr_err(), the second half
is printed by pr_debug(). The user will therefore see only the first part
of the message and will miss some useful information.

Link: https://lore.kernel.org/r/20230214141556.762047-1-mlombard@redhat.com
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Reviewed-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/iscsi/iscsi_target_parameters.c