Log device selection at INFO level

The selected device should be logged by default.
This commit is contained in:
Romain Vimont
2023-07-04 18:20:23 +02:00
parent 85b55b3c4e
commit fe6e9acb36
3 changed files with 4 additions and 8 deletions

View File

@@ -105,10 +105,6 @@ scrcpy_otg(struct scrcpy_options *options) {
usb_device_initialized = true;
LOGI("USB device: %s (%04x:%04x) %s %s", usb_device.serial,
(unsigned) usb_device.vid, (unsigned) usb_device.pid,
usb_device.manufacturer, usb_device.product);
ok = sc_usb_connect(&s->usb, usb_device.device, &cbs, NULL);
if (!ok) {
goto end;