Author: mav
Date: Tue Nov 17 16:46:05 2015
New Revision: 290994
URL: https://svnweb.freebsd.org/changeset/base/290994

Log:
  Cosmetic addition to r290993.

Modified:
  head/sys/dev/isp/isp.c

Modified: head/sys/dev/isp/isp.c
==============================================================================
--- head/sys/dev/isp/isp.c      Tue Nov 17 16:33:46 2015        (r290993)
+++ head/sys/dev/isp/isp.c      Tue Nov 17 16:46:05 2015        (r290994)
@@ -2802,7 +2802,9 @@ isp_fclink_test(ispsoftc_t *isp, int cha
         * If we haven't gone to 'ready' state, return.
         */
        if (fcp->isp_fwstate != FW_READY) {
-               isp_prt(isp, ISP_LOG_SANCFG, "%s: chan %d not at FW_READY 
state", __func__, chan);
+               isp_prt(isp, ISP_LOG_SANCFG,
+                   "Chan %d Firmware is not ready (%s)",
+                   chan, isp_fc_fw_statename(fcp->isp_fwstate));
                return (-1);
        }
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to