[Modify] Polish it
This commit is contained in:
parent
a1629e89ca
commit
eb845aa70a
@ -665,12 +665,12 @@ namespace WebSocketSharp.Server
|
||||
}
|
||||
|
||||
if (len < length) {
|
||||
_log.Warn (
|
||||
String.Format (
|
||||
"Only {0} byte(s) of data could be read from the stream.",
|
||||
len
|
||||
)
|
||||
);
|
||||
var msg = String.Format (
|
||||
"Only {0} byte(s) of data could be read from the stream.",
|
||||
len
|
||||
);
|
||||
|
||||
_log.Warn (msg);
|
||||
}
|
||||
|
||||
if (len <= WebSocket.FragmentLength)
|
||||
|
Loading…
Reference in New Issue
Block a user