summaryrefslogtreecommitdiffstats
path: root/uncrypt
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-14 06:17:47 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-14 06:17:47 +0100
commit4e48a6c1a168dfa31385c9ce38062e12671da31d (patch)
tree4a635a9169e1418d05244173870768e4dab9682e /uncrypt
parentMerge "recovery: Clean up the log saving while wiping." (diff)
parentAdd tests for setup-bcb and clear-bcb via uncrypt. (diff)
downloadandroid_bootable_recovery-4e48a6c1a168dfa31385c9ce38062e12671da31d.tar
android_bootable_recovery-4e48a6c1a168dfa31385c9ce38062e12671da31d.tar.gz
android_bootable_recovery-4e48a6c1a168dfa31385c9ce38062e12671da31d.tar.bz2
android_bootable_recovery-4e48a6c1a168dfa31385c9ce38062e12671da31d.tar.lz
android_bootable_recovery-4e48a6c1a168dfa31385c9ce38062e12671da31d.tar.xz
android_bootable_recovery-4e48a6c1a168dfa31385c9ce38062e12671da31d.tar.zst
android_bootable_recovery-4e48a6c1a168dfa31385c9ce38062e12671da31d.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() << ")";