|
From: <vl...@us...> - 2009-09-15 17:57:29
|
Revision: 1095
http://scst.svn.sourceforge.net/scst/?rev=1095&view=rev
Author: vlnb
Date: 2009-09-15 17:57:16 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
Microcleanup to log TM functions always in decimal.
Modified Paths:
--------------
trunk/scst/src/scst_targ.c
Modified: trunk/scst/src/scst_targ.c
===================================================================
--- trunk/scst/src/scst_targ.c 2009-09-14 18:08:18 UTC (rev 1094)
+++ trunk/scst/src/scst_targ.c 2009-09-15 17:57:16 UTC (rev 1095)
@@ -5281,7 +5281,7 @@
mcmd->cmd_sn = params->cmd_sn;
TRACE((params->fn == SCST_ABORT_TASK) ? TRACE_MGMT_MINOR : TRACE_MGMT,
- "TM fn %x", params->fn);
+ "TM fn %d", params->fn);
TRACE_MGMT_DBG("sess=%p, tag_set %d, tag %lld, lun_set %d, "
"lun=%lld, cmd_sn_set %d, cmd_sn %d, priv %p", sess,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|