Bug 521371 - Extraneous '2' written to the update log file. r=dtownsend

This commit is contained in:
Robert Strong 2009-10-12 12:12:26 -07:00
Родитель bc12e1eb1a
Коммит db770e4a60
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -990,7 +990,7 @@ PatchFile::Prepare()
int
PatchFile::Execute()
{
LOG(("EXECUTE PATCH 2 " LOG_S "\n", mDestFile));
LOG(("EXECUTE PATCH " LOG_S "\n", mDestFile));
// Create backup copy of the destination file before proceeding.