diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index ac2a20f90..1bc7b7513 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -402,7 +402,7 @@ static std::unique_ptr 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) {