mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 04:01:26 +00:00
Small logging improvement
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6147 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3409,6 +3409,7 @@ static int scst_check_sense(struct scst_cmd *cmd)
|
||||
|
||||
if (unlikely(cmd->status == SAM_STAT_CHECK_CONDITION) &&
|
||||
scst_sense_valid(cmd->sense)) {
|
||||
TRACE(TRACE_SCSI, "cmd %p with valid sense received", cmd);
|
||||
PRINT_BUFF_FLAG(TRACE_SCSI, "Sense", cmd->sense,
|
||||
cmd->sense_valid_len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user