Bug 1439455 - Display error names instead of codes in about:url-classifier. r=gcp
This also changes a few MOZ_LOG() messages to use the error name instead of the raw numerical nsresult value. MozReview-Commit-ID: Jcngd0S9j2z
This commit is contained in:
@@ -864,6 +864,8 @@ ProtocolParserProtobuf::ProcessOneResponse(const ListUpdateResponse& aResponse)
|
||||
PARSER_LOG(("* newState: %s\n", aResponse.new_client_state().c_str()));
|
||||
PARSER_LOG(("* isFullUpdate: %s\n", (isFullUpdate ? "yes" : "no")));
|
||||
PARSER_LOG(("* hasChecksum: %s\n", (aResponse.has_checksum() ? "yes" : "no")));
|
||||
PARSER_LOG(("* additions: %d\n", aResponse.additions().size()));
|
||||
PARSER_LOG(("* removals: %d\n", aResponse.removals().size()));
|
||||
|
||||
tuV4->SetFullUpdate(isFullUpdate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user