Merge "fastboot: fix network connected device status" into main
This commit is contained in:
commit
dcf3542d43
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ static std::unique_ptr<Transport> NetworkDeviceConnected(bool print = false) {
|
|||
transport = open_device(device.c_str(), false, false);
|
||||
|
||||
if (print) {
|
||||
PrintDevice(device.c_str(), transport ? "offline" : "fastboot");
|
||||
PrintDevice(device.c_str(), transport ? "fastboot" : "offline");
|
||||
}
|
||||
|
||||
if (transport) {
|
||||
|
|
Loading…
Reference in a new issue