зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1336979 - Remove unnecessary logging of the update.status contents in the maintenance service. r=mhowell
This commit is contained in:
Родитель
f26370d441
Коммит
d760090512
|
@ -71,8 +71,6 @@ IsStatusApplying(LPCWSTR updateDirPath, BOOL &isApplying)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG(("updater.exe returned status: %s", buf));
|
|
||||||
|
|
||||||
const char kApplying[] = "applying";
|
const char kApplying[] = "applying";
|
||||||
isApplying = strncmp(buf, kApplying,
|
isApplying = strncmp(buf, kApplying,
|
||||||
sizeof(kApplying) - 1) == 0;
|
sizeof(kApplying) - 1) == 0;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче