mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http: fix debug log message for when TLS is established
This commit is contained in:
parent
60cafbad6a
commit
8f72445b93
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue