qla2x00t-32gbit: Silence fwdump template message

Print if fwdt template is present or not, only when
ql2xextended_error_logging is enabled.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8639 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-11-03 00:21:49 +00:00
parent a09b7f4edd
commit be26597a48
+1 -1
View File
@@ -3189,7 +3189,7 @@ qla2x00_alloc_fw_dump(scsi_qla_host_t *vha)
for (j = 0; j < 2; j++, fwdt++) {
if (!fwdt->template) {
ql_log(ql_log_warn, vha, 0x00ba,
ql_dbg(ql_dbg_init, vha, 0x00ba,
"-> fwdt%u no template\n", j);
continue;
}