summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-18 11:32:41 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-18 11:56:25 +0000
commit616a7f558c7e606233ba2ed21abf698e3942d2a7 (patch)
treebc4cff2694843563f9b5c3d2f7799fd965c277b2
parent156c2b70ceef9a4464a5a241c9f816dea4fd3168 (diff)
downloadqtwebengine-chromium-616a7f558c7e606233ba2ed21abf698e3942d2a7.tar.gz
This is expected for us, so don't report it as an error.
Change-Id: I350705a73e3d2f8d528a42fa467e840e6bbdc280 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
-rw-r--r--chromium/net/cert_net/nss_ocsp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/cert_net/nss_ocsp.cc b/chromium/net/cert_net/nss_ocsp.cc
index ca3d879ee30..478da76f7c3 100644
--- a/chromium/net/cert_net/nss_ocsp.cc
+++ b/chromium/net/cert_net/nss_ocsp.cc
@@ -579,7 +579,7 @@ SECStatus OCSPCreateSession(const char* host, PRUint16 portnum,
URLRequestContext* request_context = g_request_context;
pthread_mutex_unlock(&g_request_context_lock);
if (request_context == NULL) {
- LOG(ERROR) << "No URLRequestContext for NSS HTTP handler. host: " << host;
+ LOG(DEBUG) << "No URLRequestContext for NSS HTTP handler. host: " << host;
// The application failed to call SetURLRequestContextForNSSHttpIO or
// has already called ShutdownNSSHttpIO, so we can't create and use
// URLRequest. PR_NOT_IMPLEMENTED_ERROR is not an accurate error