mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
scst_targ: Fix a debug statement
See also patch "Merge t10-pi branch back" (commit ID 906f4dfefb).
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -692,6 +692,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);
|
||||
|
||||
Reference in New Issue
Block a user