diff options
| author | Eric Moore <emoore@FreeBSD.org> | 2002-12-11 20:59:46 +0000 |
|---|---|---|
| committer | Eric Moore <emoore@FreeBSD.org> | 2002-12-11 20:59:46 +0000 |
| commit | d6b32def6c61c428076df93608fb866e10078dcc (patch) | |
| tree | 426e232feefcc8a33a07b7c836ee1b8494879e60 /sys/dev/amr/amr_cam.c | |
| parent | a5297d2a512c5cb1c1b689c3792036e843c7a143 (diff) | |
Notes
Diffstat (limited to 'sys/dev/amr/amr_cam.c')
| -rw-r--r-- | sys/dev/amr/amr_cam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_cam.c b/sys/dev/amr/amr_cam.c index 37412b6d5a8d..603a751e6591 100644 --- a/sys/dev/amr/amr_cam.c +++ b/sys/dev/amr/amr_cam.c @@ -580,7 +580,7 @@ amr_cam_complete_extcdb(struct amr_command *ac) /* XXX note that we're ignoring ac->ac_status - good idea? */ - debug(1, "status 0x%x scsi_status 0x%x", ac->ac_status, ap->ap_scsi_status); + debug(1, "status 0x%x scsi_status 0x%x", ac->ac_status, aep->ap_scsi_status); /* * Hide disks from CAM so that they're not picked up and treated as 'normal' disks. |
