scst_targ: Fix a debug statement

See also patch "Merge t10-pi branch back" (r6192).


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6230 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-09 14:52:07 +00:00
parent 8660b7b58b
commit 71a0b70c5d

View File

@@ -698,6 +698,7 @@ static int scst_parse_cmd(struct scst_cmd *cmd)
if (scst_cmd_is_expected_set(cmd)) {
TRACE(TRACE_MINOR, "Using initiator supplied values: "
"direction %d, transfer_len %d/%d/%d",
cmd->expected_data_direction,
scst_cmd_get_expected_transfer_len_data(cmd),
scst_cmd_get_expected_transfer_len_dif(cmd),
cmd->expected_out_transfer_len);