Skip to content
Snippets Groups Projects
Commit 76b894c5 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Demote handshake failure logging message from ERROR to INFO

parent 3b51f0b4
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ static void security_handshake_done(grpc_exec_ctx *exec_ctx,
h->auth_context);
} else {
const char *msg = grpc_error_string(error);
gpr_log(GPR_ERROR, "Security handshake failed: %s", msg);
gpr_log(GPR_INFO, "Security handshake failed: %s", msg);
grpc_error_free_string(msg);
if (h->secure_endpoint != NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment