Bug 904607: Add protocol parser for -digest256 lists (r=gcp).

This commit is contained in:
Monica Chew
2013-09-06 17:12:33 -07:00
parent 360af07238
commit ddde716c72
21 changed files with 379 additions and 59 deletions

View File

@@ -515,7 +515,7 @@ LookupCache::GetLookupFragments(const nsACString& aSpec,
key.Assign(hosts[hostIndex]);
key.Append('/');
key.Append(paths[pathIndex]);
LOG(("Chking %s", key.get()));
LOG(("Checking fragment %s", key.get()));
aFragments->AppendElement(key);
}