|
From: <vl...@us...> - 2015-03-25 00:21:24
|
Revision: 6147
http://sourceforge.net/p/scst/svn/6147
Author: vlnb
Date: 2015-03-25 00:21:16 +0000 (Wed, 25 Mar 2015)
Log Message:
-----------
Small logging improvement
Modified Paths:
--------------
trunk/scst/src/scst_targ.c
Modified: trunk/scst/src/scst_targ.c
===================================================================
--- trunk/scst/src/scst_targ.c 2015-03-19 00:01:03 UTC (rev 6146)
+++ trunk/scst/src/scst_targ.c 2015-03-25 00:21:16 UTC (rev 6147)
@@ -3409,6 +3409,7 @@
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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|