Bug 992974 - Improve logs at CacheStorageService::AddStorageEntry, r=michal

This commit is contained in:
Honza Bambas 2014-04-24 18:50:45 +02:00
Родитель 3164e19fdc
Коммит f0d512f25e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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;
}