mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-07 11:08:41 +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 || itransfer->flags & USBI_TRANSFER_CANCELLING) {
|
||||||
if (!p.succeded) {
|
if (!p.succeded) {
|
||||||
Genode::error("USB transfer failed: ", (unsigned)p.type);
|
|
||||||
if (p.error == Usb::Packet_descriptor::NO_DEVICE_ERROR)
|
if (p.error == Usb::Packet_descriptor::NO_DEVICE_ERROR)
|
||||||
throw Device_has_vanished();
|
throw Device_has_vanished();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user