aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-11-10 14:04:18 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-11-10 14:04:18 -0800
commit8bac679a1620bc9fdd649bd6fe4e870aa2bff627 (patch)
tree0c03cd3a443bb045072e8eee6ec4f6e669beb531 /src/core/lib/security
parent33468f55a2641ff84d04a7a25fcf7145158510c9 (diff)
Demote secure handshake failures even further
Diffstat (limited to 'src/core/lib/security')
-rw-r--r--src/core/lib/security/transport/handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/security/transport/handshake.c b/src/core/lib/security/transport/handshake.c
index 2eb5544f43..9623797610 100644
--- a/src/core/lib/security/transport/handshake.c
+++ b/src/core/lib/security/transport/handshake.c
@@ -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_INFO, "Security handshake failed: %s", msg);
+ gpr_log(GPR_DEBUG, "Security handshake failed: %s", msg);
grpc_error_free_string(msg);
if (h->secure_endpoint != NULL) {