Bug 1060419 - convert one nsPrintfCString to MOZ_LOG, r=froydnj

MozReview-Commit-ID: IFwMAtAgfRq
This commit is contained in:
Tom Tromey
2016-12-19 13:15:14 -07:00
parent 91617ce584
commit e014854967

View File

@@ -812,8 +812,8 @@ ProtocolParserProtobuf::ProcessOneResponse(const ListUpdateResponse& aResponse)
nsresult rv = urlUtil->ConvertThreatTypeToListNames(aResponse.threat_type(),
possibleListNames);
if (NS_FAILED(rv)) {
PARSER_LOG((nsPrintfCString("Threat type to list name conversion error: %d",
aResponse.threat_type())).get());
PARSER_LOG(("Threat type to list name conversion error: %d",
aResponse.threat_type()));
return NS_ERROR_FAILURE;
}