Merge "updater: Fix the operator order."
This commit is contained in:
@@ -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.";
|
||||||
|
|||||||
Reference in New Issue
Block a user