Commit 33c39548 authored by Edward Wang's avatar Edward Wang Committed by Commit Bot

Log connectivity check response error code

Bug: b/134656880 b/134444097
Test: Build and Run
Change-Id: Idf225dfcb6a8fa1cf59de207149b764b658a94fa
Signed-off-by: default avatarEdward Wang <wangedward@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1668537Reviewed-by: default avatarSergey Volk <servolk@chromium.org>
Reviewed-by: default avatarLuke Halliwell <halliwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671385}
parent e13414e4
......@@ -209,7 +209,7 @@ void ConnectivityCheckerImpl::OnResponseStarted(net::URLRequest* request,
timeout_.Cancel();
return;
}
DVLOG(1) << "Connectivity check failed: " << http_response_code;
LOG(ERROR) << "Connectivity check failed: " << http_response_code;
OnUrlRequestError(ErrorType::BAD_HTTP_STATUS);
timeout_.Cancel();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment