summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/fcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/fcp.c b/src/net/fcp.c
index ddb6ccc85..e413e0736 100644
--- a/src/net/fcp.c
+++ b/src/net/fcp.c
@@ -778,8 +778,8 @@ static int fcpdev_scsi_command ( struct fcp_device *fcpdev,
&fcpdev->ulp->peer->port_id,
FC_TYPE_FCP ) ) < 0 ) {
rc = xchg_id;
- DBGC ( fcpdev, "FCP %p xchg %04x could not create exchange: "
- "%s\n", fcpdev, fcpcmd->xchg_id, strerror ( rc ) );
+ DBGC ( fcpdev, "FCP %p could not create exchange: %s\n",
+ fcpdev, strerror ( rc ) );
goto err_xchg_originate;
}
fcpcmd->xchg_id = xchg_id;