summaryrefslogtreecommitdiffstats
path: root/uncrypt
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-14 06:32:00 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-12-14 06:32:00 +0100
commitb1e8150c44b9f11b152a025f2b4e135764ae3b3d (patch)
tree1ae35f74d6e85ab7d0c7e8bdf8383172fcf519ce /uncrypt
parentMerge "recovery: Clean up the log saving while wiping." am: 28bbe029b6 (diff)
parentMerge "Add tests for setup-bcb and clear-bcb via uncrypt." (diff)
downloadandroid_bootable_recovery-b1e8150c44b9f11b152a025f2b4e135764ae3b3d.tar
android_bootable_recovery-b1e8150c44b9f11b152a025f2b4e135764ae3b3d.tar.gz
android_bootable_recovery-b1e8150c44b9f11b152a025f2b4e135764ae3b3d.tar.bz2
android_bootable_recovery-b1e8150c44b9f11b152a025f2b4e135764ae3b3d.tar.lz
android_bootable_recovery-b1e8150c44b9f11b152a025f2b4e135764ae3b3d.tar.xz
android_bootable_recovery-b1e8150c44b9f11b152a025f2b4e135764ae3b3d.tar.zst
android_bootable_recovery-b1e8150c44b9f11b152a025f2b4e135764ae3b3d.zip
Diffstat (limited to 'uncrypt')
-rw-r--r--uncrypt/uncrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrypt/uncrypt.cpp b/uncrypt/uncrypt.cpp
index 38b25abc7..4ac516d21 100644
--- a/uncrypt/uncrypt.cpp
+++ b/uncrypt/uncrypt.cpp
@@ -530,7 +530,7 @@ static bool setup_bcb(const int socket) {
std::string content;
content.resize(length);
if (!android::base::ReadFully(socket, &content[0], length)) {
- PLOG(ERROR) << "failed to read the length";
+ PLOG(ERROR) << "failed to read the message";
return false;
}
LOG(INFO) << " received command: [" << content << "] (" << content.size() << ")";