aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-msd.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-01-06 12:51:21 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2012-01-06 12:51:21 -0600
commita2e4d53ec5cc1983a615d87b251726f17358be9a (patch)
treea371a8cbff80eaebdcd30aa5d0148cde2e35fdfd /hw/usb-msd.c
parent2afee49fc4a366ab740899ec9e79079ec335e0fb (diff)
parentdc10e8b3c556b582eb7919c92d0997b5f9a9d136 (diff)
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches: qemu-nbd: drop loop which can never loop Make python mandatory net/socket.c: Fix fd leak in net_socket_listen_init() error paths gdbstub: Fix fd leak in gdbserver_open() error path configure: Fix test for supported host CPU type configure: CONFIG_QEMU_INTERP_PREFIX only for user mode scsi virtio-blk usb-msd: Clean up device init error messages Strip trailing '\n' from error_report()'s first argument (again) qemu-options.hx: fix tls-channel help text
Diffstat (limited to 'hw/usb-msd.c')
-rw-r--r--hw/usb-msd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-msd.c b/hw/usb-msd.c
index 3147131db4..e42729699d 100644
--- a/hw/usb-msd.c
+++ b/hw/usb-msd.c
@@ -529,7 +529,7 @@ static int usb_msd_initfn(USBDevice *dev)
DriveInfo *dinfo;
if (!bs) {
- error_report("usb-msd: drive property not set");
+ error_report("drive property not set");
return -1;
}