mirror of
https://github.com/mikedilger/chorus.git
synced 2026-08-01 07:21:39 +00:00
Bugfix
This commit is contained in:
parent
4d64a45a38
commit
2cb6148dce
@ -421,7 +421,7 @@ impl WebSocketService {
|
||||
if msg.len() < 2048 {
|
||||
log::warn!(target: "Client", "{}: msg was {}", self.peer, msg);
|
||||
} else {
|
||||
log::warn!(target: "Client", "{}: truncated msg was {} ...", self.peer, &msg[..2048]);
|
||||
log::warn!(target: "Client", "{}: msg > 2048 (not shown)", self.peer);
|
||||
}
|
||||
}
|
||||
if !self.replied {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user