diff --git a/iscsi-scst/kernel/digest.c b/iscsi-scst/kernel/digest.c index f6ed94418..e9c7c7787 100644 --- a/iscsi-scst/kernel/digest.c +++ b/iscsi-scst/kernel/digest.c @@ -205,8 +205,7 @@ int digest_rx_data(struct iscsi_cmnd *cmnd) cmnd->conn->rpadding); if (unlikely(crc != cmnd->ddigest)) { - TRACE(TRACE_MINOR|TRACE_MGMT_DEBUG, "%s", "RX data digest " - "failed"); + PRINT_ERROR("RX data digest failed, stable pages disabled?"); TRACE_MGMT_DBG("Calculated crc %x, ddigest %x, offset %d", crc, cmnd->ddigest, offset); iscsi_dump_pdu(&cmnd->pdu); diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 579a3857b..036a1d753 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -1853,8 +1853,8 @@ static int scst_report_luns_local(struct scst_cmd *cmd) cmd->driver_status = 0; if ((cmd->cdb[2] != 0) && (cmd->cdb[2] != 2)) { - PRINT_ERROR("Unsupported SELECT REPORT value %x in REPORT " - "LUNS command", cmd->cdb[2]); + TRACE(TRACE_MINOR, "Unsupported SELECT REPORT value %x in " + "REPORT LUNS command", cmd->cdb[2]); scst_set_invalid_field_in_cdb(cmd, 2, 0); goto out_compl; }