mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
qemu-usb: remove diagnostic error message
This commit is contained in:
@@ -164,7 +164,6 @@ struct Usb_device
|
||||
|
||||
if (!p.succeded || itransfer->flags & USBI_TRANSFER_CANCELLING) {
|
||||
if (!p.succeded) {
|
||||
Genode::error("USB transfer failed: ", (unsigned)p.type);
|
||||
if (p.error == Usb::Packet_descriptor::NO_DEVICE_ERROR)
|
||||
throw Device_has_vanished();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user