]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[fcp] Avoid quoting exchange ID before exchange is created
authorMichael Brown <mcb30@ipxe.org>
Wed, 3 Nov 2010 01:55:53 +0000 (01:55 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 3 Nov 2010 01:55:53 +0000 (01:55 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/fcp.c

index ddb6ccc858054aa63c953f55d0346c204438431d..e413e0736c1a2945ed98fc07c3e65f3caa63d983 100644 (file)
@@ -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;