qemu-usb: remove diagnostic error message

This commit is contained in:
Christian Helmuth 2022-11-08 18:37:34 +01:00
parent a579e92400
commit 49b07f898e

View File

@ -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();
}