diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index c9cb228bb..518d4c9a3 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -428,7 +428,7 @@ static Transport* NetworkDeviceConnected(bool print = false) { 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) {