mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cosmetic addition to r290993.
This commit is contained in:
parent
b6bd5f7fc1
commit
955d53eedc
1 changed files with 3 additions and 1 deletions
|
|
@ -2802,7 +2802,9 @@ isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay)
|
|||
* 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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue