Bug 536547 - followup to fix log message

This commit is contained in:
Robert Strong 2010-01-31 15:59:09 -08:00
Родитель a195831143
Коммит a9b2b9d294
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1594,7 +1594,7 @@ UpdateService.prototype = {
"it is for an earlier or same application version and build ID.\n" +
"current application version: " + gApp.version + "\n" +
"update application version : " + update.extensionVersion + "\n" +
"current build ID: " + gApp.buildID + "\n" +
"current build ID: " + gApp.appBuildID + "\n" +
"update build ID : " + update.buildID);
cleanupActiveUpdate();
return STATE_NONE;