зеркало из https://github.com/mozilla/gecko-dev.git
Bug 992974 - Improve logs at CacheStorageService::AddStorageEntry, r=michal
This commit is contained in:
Родитель
3164e19fdc
Коммит
f0d512f25e
|
@ -1080,6 +1080,7 @@ CacheStorageService::AddStorageEntry(nsCSubstring const& aContextKey,
|
|||
|
||||
// check whether the file is already doomed
|
||||
if (entryExists && entry->IsFileDoomed() && !aReplace) {
|
||||
LOG((" file already doomed, replacing the entry"));
|
||||
aReplace = true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче