aquatic_http: fix debug log message for when TLS is established

This commit is contained in:
Joakim Frostegård 2020-08-17 21:50:35 +02:00
parent 60cafbad6a
commit 8f72445b93

View file

@ -185,7 +185,7 @@ impl <'a>TlsHandshakeMachine {
Stream::TlsStream(stream) Stream::TlsStream(stream)
); );
::log::debug!("established tcp connection"); ::log::debug!("established tls connection");
Ok(established) Ok(established)
}, },