diff --git a/security/certverifier/NSSCertDBTrustDomain.cpp b/security/certverifier/NSSCertDBTrustDomain.cpp index c2f19f179dcc..792fa391fd16 100644 --- a/security/certverifier/NSSCertDBTrustDomain.cpp +++ b/security/certverifier/NSSCertDBTrustDomain.cpp @@ -429,8 +429,8 @@ NSSCertDBTrustDomain::CheckRevocation(EndEntityOrCA endEntityOrCA, // expired. Don't return with either of these statuses yet - we may be // able to fetch a more recent one. MOZ_LOG(gCertVerifierLog, LogLevel::Debug, - ("NSSCertDBTrustDomain: cached OCSP response: error %ld valid " - "until %lld", cachedResponseResult, cachedResponseValidThrough)); + ("NSSCertDBTrustDomain: cached OCSP response: error %d", + cachedResponseResult)); // When a good cached response has expired, it is more convenient // to convert that to an error code and just deal with // cachedResponseResult from here on out.