commit | dcf3542d43ed81f6ca096ac08454637f2e5a5063 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Dec 11 23:41:21 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 11 23:41:21 2023 +0000 |
tree | 46ffc433c5da7f4e69973f09eebdd9635ce8213a | |
parent | f9566853bd62bbf417bf7c038923af6cc3b5b05f [diff] | |
parent | e20438f83b17c42d7468e388c3025a195b5093c1 [diff] |
Merge "fastboot: fix network connected device status" into main
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index ac2a20f..1bc7b75 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp
@@ -402,7 +402,7 @@ 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) {