nvmet: demote fabrics cmd parse err msg to debug
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Mon, 10 May 2021 19:15:38 +0000 (12:15 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 11 May 2021 16:30:46 +0000 (18:30 +0200)
commit7a4ffd20ec6d31dfde2cc5608851e5109ffed7c9
treeeeff495f660388f504e78cd3062cdc083db28c36
parent4c2dab2bf5ace0ddc07ca7f04a7ba32fc3b23492
nvmet: demote fabrics cmd parse err msg to debug

Host can send invalid commands and flood the target with error messages.
Demote the error message from pr_err() to pr_debug() in
nvmet_parse_fabrics_cmd() and nvmet_parse_connect_cmd().

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/target/fabrics-cmd.c