fabrics: keep the backward compatibility
Don't print the message while disconnecting it is breaking blktests,
see below without this patch :-
nvme/005 (reset local loopback target) [failed]
runtime 6.799s ... 6.814s
--- tests/nvme/005.out 2021-08-29 01:09:20.
287901783 -0700
+++ /mnt/data/blktests/results/nodev/nvme/005.out.bad 2022-03-17 18:11:16.
198191553 -0700
@@ -1,2 +1,3 @@
Running nvme/005
+Disconnected nvme1
Test complete
With this patch :-
blktests (master) # ./check nvme/005
nvme/005 (reset local loopback target) [passed]
runtime 6.807s ... 6.801s
Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Daniel Wagner <dwagner@suse.de>
Link: https://lore.kernel.org/r/20220318012408.24779-1-kch@nvidia.com