Commit 38fb83f8 authored by David Fuhrmann's avatar David Fuhrmann

securetransport: Change warning log to debug

This is no warning, but normal behaviour.
parent ba25882c
......@@ -403,7 +403,7 @@ static int st_Handshake (vlc_tls_creds_t *crd, vlc_tls_t *session,
return 0;
case errSSLServerAuthCompleted:
msg_Warn(crd, "handshake completed, retrying");
msg_Dbg(crd, "SSLHandshake returned errSSLServerAuthCompleted, continuing handshake");
return st_Handshake(crd, session, host, service, alp);
case errSSLConnectionRefused:
......
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