Merge "updater: Fix the operator order."

am: 2bb3a2270e

Change-Id: I3b558413b92062cfa6c8858f7083f68796a8da0a
This commit is contained in:
Tao Bao
2016-12-14 20:34:22 +00:00
committed by android-build-merger
+1 -1
View File
@@ -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.";