summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-13 02:10:20 +0100
committerTao Bao <tbao@google.com>2016-12-14 02:46:03 +0100
commit10334088017c9bfcf1b171567e7c4794876c33c9 (patch)
tree8f6ab5746fd9522192fad42110468e1401ac9bc3 /uncrypt/uncrypt.cpp
parentMerge "clang-format: Adjust short functions / if settings." (diff)
downloadandroid_bootable_recovery-10334088017c9bfcf1b171567e7c4794876c33c9.tar
android_bootable_recovery-10334088017c9bfcf1b171567e7c4794876c33c9.tar.gz
android_bootable_recovery-10334088017c9bfcf1b171567e7c4794876c33c9.tar.bz2
android_bootable_recovery-10334088017c9bfcf1b171567e7c4794876c33c9.tar.lz
android_bootable_recovery-10334088017c9bfcf1b171567e7c4794876c33c9.tar.xz
android_bootable_recovery-10334088017c9bfcf1b171567e7c4794876c33c9.tar.zst
android_bootable_recovery-10334088017c9bfcf1b171567e7c4794876c33c9.zip
Diffstat (limited to '')
-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() << ")";