error: Don't abuse qemu_error() for non-error in scsi_hot_add()
commit6fdb03d58c614e0097d80ed130c19dcc393f7421
authorMarkus Armbruster <armbru@redhat.com>
Thu, 18 Feb 2010 17:41:52 +0000 (18 18:41 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 16 Mar 2010 15:55:06 +0000 (16 16:55 +0100)
tree0c8dea73c34a12a02f5b324431404d8bb88dc0d3
parent53db16b5b056e7b38384014c1bce75116ed27044
error: Don't abuse qemu_error() for non-error in scsi_hot_add()

Commit 30d335d6 converted an informational message from
monitor_printf() to qemu_error(), probably because the latter doesn't
need a mon argument.  A later commit will make qemu_error() print
additional stuff that is only appropriate for proper errors, and then
this will break.  Clean it up.
hw/pci-hotplug.c