commit | 96ea7b9ccfccc07dedeb79c285b431cb6c8e6f44 | [log] [tgz] |
---|---|---|
author | Dmitrii Merkurev <dimorinny@google.com> | Wed Feb 15 19:05:34 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 15 19:05:34 2023 +0000 |
tree | 5cc0eeefe1e59f6a5e213153bc7bd5af25031854 | |
parent | 678516efa1c3a0f9bffc0493f31d7edec1adf025 [diff] | |
parent | c48cd9f6c0a08f44c2af65aec158d6dcb20facd4 [diff] |
Merge "fastboot: Follow fastboot pattern to show network-connected device status"
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 1f7ef7e..799c9f9 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp
@@ -432,7 +432,7 @@ transport = open_device(device.c_str(), false, false); if (print) { - PrintDevice(device.c_str(), transport == nullptr ? "offline" : "device"); + PrintDevice(device.c_str(), transport == nullptr ? "offline" : "fastboot"); } if (transport != nullptr) {