mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
qemu-usb: remove diagnostic error message
This commit is contained in:
parent
a579e92400
commit
49b07f898e
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user