Loading fastboot/usb_osx.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ static int try_interfaces(IOUSBDeviceInterface500** dev, usb_handle* handle) { kr = (*dev)->CreateInterfaceIterator(dev, &request, &iterator); if (kr != 0) { ERR("Couldn't create a device interface iterator: (%08x)\n", kr); WARN("Couldn't create a device interface iterator: (%08x)\n", kr); return -1; } Loading Loading
fastboot/usb_osx.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ static int try_interfaces(IOUSBDeviceInterface500** dev, usb_handle* handle) { kr = (*dev)->CreateInterfaceIterator(dev, &request, &iterator); if (kr != 0) { ERR("Couldn't create a device interface iterator: (%08x)\n", kr); WARN("Couldn't create a device interface iterator: (%08x)\n", kr); return -1; } Loading