mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
fileio_tgt: fix debug output
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7007 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -702,7 +702,7 @@ static int process_cmd(struct vdisk_cmd *vcmd)
|
||||
|
||||
TRACE_ENTRY();
|
||||
|
||||
TRACE_BUFFER("Received cmd", &cmd, sizeof(cmd));
|
||||
TRACE_BUFFER("Received cmd", cmd, sizeof(*cmd));
|
||||
|
||||
switch(cmd->subcode) {
|
||||
case SCST_USER_EXEC:
|
||||
|
||||
Reference in New Issue
Block a user