mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
ws: fix log message typo
This commit is contained in:
parent
da1ec6b5e1
commit
c46f42b98f
1 changed files with 1 additions and 1 deletions
|
|
@ -818,7 +818,7 @@ impl<S: futures::AsyncRead + futures::AsyncWrite + Unpin> ConnectionWriter<S> {
|
|||
}
|
||||
Ok(Err(err)) => Err(err.into()),
|
||||
Err(err) => {
|
||||
::log::debug!("send_out_message: sending to peer took to long: {}", err);
|
||||
::log::debug!("send_out_message: sending to peer took too long: {}", err);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue