summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-14 20:31:18 +0100
committerTao Bao <tbao@google.com>2016-12-14 20:34:49 +0100
commit5354f60f2bdb8c7341534c9cb6a27cc218c48f87 (patch)
tree8c62034118ef82b7fad0cb152aef44eb9aaa9a7c
parentMerge "Add tests for setup-bcb and clear-bcb via uncrypt." (diff)
downloadandroid_bootable_recovery-5354f60f2bdb8c7341534c9cb6a27cc218c48f87.tar
android_bootable_recovery-5354f60f2bdb8c7341534c9cb6a27cc218c48f87.tar.gz
android_bootable_recovery-5354f60f2bdb8c7341534c9cb6a27cc218c48f87.tar.bz2
android_bootable_recovery-5354f60f2bdb8c7341534c9cb6a27cc218c48f87.tar.lz
android_bootable_recovery-5354f60f2bdb8c7341534c9cb6a27cc218c48f87.tar.xz
android_bootable_recovery-5354f60f2bdb8c7341534c9cb6a27cc218c48f87.tar.zst
android_bootable_recovery-5354f60f2bdb8c7341534c9cb6a27cc218c48f87.zip
-rw-r--r--updater/blockimg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index 7257e2399..4dadceb5e 100644
--- a/updater/blockimg.cpp
+++ b/updater/blockimg.cpp
@@ -1358,7 +1358,7 @@ static Value* PerformBlockImageUpdate(const char* name, State* state, int /* arg
CommandParameters params = {};
params.canwrite = !dryrun;
- LOG(INFO) << "performing " << dryrun ? "verification" : "update";
+ LOG(INFO) << "performing " << (dryrun ? "verification" : "update");
if (state->is_retry) {
is_retry = true;
LOG(INFO) << "This update is a retry.";