libfc: Differentiate echange timer cancellation debug statements
authorRobert Love <robert.w.love@intel.com>
Tue, 11 Jun 2013 07:28:09 +0000 (07:28 +0000)
committerRobert Love <robert.w.love@intel.com>
Tue, 9 Jul 2013 18:18:41 +0000 (11:18 -0700)
There are two debug statements with the same output string regarding
echange timer cancellation. This patch simply changes the output of
one string so that they can be differentiated.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Jack Morgan <jack.morgan@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
drivers/scsi/libfc/fc_exch.c

index e98ea6af84e00ed1c9af1877655ac46ccb4440f3..587992952b3c390ecad450875b015fc3c45f6bd9 100644 (file)
@@ -1567,7 +1567,7 @@ static void fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp)
                    fc_exch_rctl_name(fh->fh_r_ctl));
 
        if (cancel_delayed_work_sync(&ep->timeout_work)) {
-               FC_EXCH_DBG(ep, "Exchange timer canceled\n");
+               FC_EXCH_DBG(ep, "Exchange timer canceled due to ABTS response\n");
                fc_exch_release(ep);    /* release from pending timer hold */
        }
 
This page took 0.036997 seconds and 5 git commands to generate.