Bug 1498736 - Log the number of prefixes loaded from disk. r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D8622
This commit is contained in:
@@ -519,7 +519,8 @@ nsUrlClassifierPrefixSet::LoadPrefixes(nsCOMPtr<nsIInputStream>& in)
|
||||
}
|
||||
|
||||
MOZ_ASSERT(mIndexPrefixes.Length() == mIndexDeltas.Length());
|
||||
LOG(("[%s] Loading PrefixSet successful", mName.get()));
|
||||
LOG(("[%s] Loading PrefixSet successful (%u total prefixes)", mName.get(),
|
||||
mTotalPrefixes));
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user