summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-14 06:38:31 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-12-14 06:38:31 +0100
commit51ccca4b8c623d2ebce55401783771055252241a (patch)
tree1ae35f74d6e85ab7d0c7e8bdf8383172fcf519ce /uncrypt/uncrypt.cpp
parentMerge "recovery: Clean up the log saving while wiping." am: 28bbe029b6 am: 7294a8830b (diff)
parentMerge "Add tests for setup-bcb and clear-bcb via uncrypt." am: 4e48a6c1a1 (diff)
downloadandroid_bootable_recovery-51ccca4b8c623d2ebce55401783771055252241a.tar
android_bootable_recovery-51ccca4b8c623d2ebce55401783771055252241a.tar.gz
android_bootable_recovery-51ccca4b8c623d2ebce55401783771055252241a.tar.bz2
android_bootable_recovery-51ccca4b8c623d2ebce55401783771055252241a.tar.lz
android_bootable_recovery-51ccca4b8c623d2ebce55401783771055252241a.tar.xz
android_bootable_recovery-51ccca4b8c623d2ebce55401783771055252241a.tar.zst
android_bootable_recovery-51ccca4b8c623d2ebce55401783771055252241a.zip
Diffstat (limited to 'uncrypt/uncrypt.cpp')
-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() << ")";