mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
Added more debugging code.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1430 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1340,6 +1340,12 @@ static int srpt_build_cmd_rsp(struct srpt_rdma_ch *ch,
|
||||
} else
|
||||
sense_data_len = 0;
|
||||
|
||||
#if 0
|
||||
printk(KERN_DEBUG "SRP response:\n");
|
||||
print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 16, 1, srp_rsp,
|
||||
sizeof(*srp_rsp) + sense_data_len, 1);
|
||||
#endif
|
||||
|
||||
return sizeof(*srp_rsp) + sense_data_len;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user