mirror of
https://github.com/Genymobile/scrcpy
synced 2025-09-02 07:15:30 +00:00
Remove USB hotplug callback error log
If it fails, the error is already logged by sc_usb_register_callback(). PR #3011 <https://github.com/Genymobile/scrcpy/pull/3011>
This commit is contained in:
@@ -335,8 +335,6 @@ sc_usb_connect(struct sc_usb *usb, libusb_device *device,
|
|||||||
LOGW("Libusb event thread handler could not be created, USB "
|
LOGW("Libusb event thread handler could not be created, USB "
|
||||||
"device disconnection might not be detected immediately");
|
"device disconnection might not be detected immediately");
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
LOGW("Could not register USB device disconnection callback");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user