зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bug 78656. Cleaning console dump in profile migration part. r=racham, sr=sspitzer
This commit is contained in:
Родитель
3d5c71d461
Коммит
012c967271
|
@ -375,7 +375,9 @@ extern "C" void ProfileMigrationController(void *data)
|
|||
if (NS_FAILED(rv))
|
||||
{
|
||||
migrator->mErrorCode = rv;
|
||||
#ifdef DEBUG
|
||||
printf("failed to migrate properly. err=%d\n",rv);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче