commit | 3c8a95e3be7c98849c7ed30b377d0c94ddd485fc | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Thu May 26 00:20:46 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 26 00:20:46 2022 +0000 |
tree | 8cdb39be99c055dde26e9726c49a7e9c55f55eb2 | |
parent | b2e68186e5a88294d2fa8e776ad88bcd050a1f65 [diff] | |
parent | bcf76806144f8a9cfb8dea06fb3bc10826239f46 [diff] |
Merge "fastboot: Print OemCmdHandler return message on success"
diff --git a/fastboot/device/commands.cpp b/fastboot/device/commands.cpp index b9f6c97..0f3a208 100644 --- a/fastboot/device/commands.cpp +++ b/fastboot/device/commands.cpp
@@ -254,6 +254,7 @@ return device->WriteStatus(FastbootResult::FAIL, ret.message); } + device->WriteInfo(ret.message); return device->WriteStatus(FastbootResult::OKAY, ret.message); }