diff options
| author | Julian Veit <Claymore1298@gmail.com> | 2024-07-08 07:46:54 +0200 |
|---|---|---|
| committer | Julian Veit <Claymore1298@gmail.com> | 2024-07-08 07:46:54 +0200 |
| commit | 0aac54a0e9fd9d80d43d7154370810ac86e92f1b (patch) | |
| tree | d63c54a4973f5958ab5d6def478563d27a72b6eb /recovery_main.cpp | |
| parent | af9a42f1d13ffeca2eabf368580ad6790e2763ba (diff) | |
| parent | 8bbe7bae399b428cfaa021a511d749c78e5a8e73 (diff) | |
Merge https://github.com/LineageOS/android_bootable_recovery into HEADu14.0
Change-Id: I05e44ba7ba265c80b0f6bf48f2c084e2598c69e4
Diffstat (limited to 'recovery_main.cpp')
| -rw-r--r-- | recovery_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery_main.cpp b/recovery_main.cpp index 6e7675f7..75ba2d1f 100644 --- a/recovery_main.cpp +++ b/recovery_main.cpp @@ -141,7 +141,7 @@ static std::vector<std::string> get_args(const int argc, char** const argv, std: // Skip empty and '\0'-filled tokens. if (!it->empty() && (*it)[0] != '\0') args.push_back(std::move(*it)); } - LOG(INFO) << "Got " << args.size() << " arguments from boot message"; + LOG(INFO) << "Got " << args.size() << " arguments from boot message " << android::base::Join(args, ", "); } else if (boot.recovery[0] != 0) { LOG(ERROR) << "Bad boot message: \"" << boot_recovery << "\""; } |
