Merge "fastboot: demote OS X USB error."
am: 9426110d37
Change-Id: Ia11a1d53ca7e2ef462ec9704b6dfe3639d6b8366
This commit is contained in:
commit
eca3e92f04
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue