]> git.proxmox.com Git - mirror_qemu.git/commit
scsi-generic: remove superfluous DPRINTF avoid to break compiling
authorGonglei <arei.gonglei@huawei.com>
Fri, 22 Aug 2014 02:01:50 +0000 (10:01 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 26 Aug 2014 11:20:44 +0000 (13:20 +0200)
commitf93d2c15d603b811c877efbf2a47e418bf975f0c
treee072efa0004f5427794c39e6aea33089e3cd47b7
parent9db693f76441e2fc7e1b05dc454e7db4d3298dcb
scsi-generic: remove superfluous DPRINTF avoid to break compiling

variables lun and tag had been eliminated, break compiling
when enable debug switch. Meanwhile traces provide the same
information with this DPRINTF, so remove it.

Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/scsi-generic.c