Merge "updater: Fix the operator order." am: 2bb3a2270e am: f7f3f821a8

am: e97575e7ae

Change-Id: Ibfdda0d1ff43a0143acd8fd60c911f18da9f00a7
This commit is contained in:
Tao Bao
2016-12-14 20:46:52 +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 = {}; CommandParameters params = {};
params.canwrite = !dryrun; params.canwrite = !dryrun;
LOG(INFO) << "performing " << dryrun ? "verification" : "update"; LOG(INFO) << "performing " << (dryrun ? "verification" : "update");
if (state->is_retry) { if (state->is_retry) {
is_retry = true; is_retry = true;
LOG(INFO) << "This update is a retry."; LOG(INFO) << "This update is a retry.";