mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Bug 839568: Typo in SCTP logging r=jesup
This commit is contained in:
parent
81e670e530
commit
dfd4844446
@ -2006,7 +2006,7 @@ DataChannelConnection::SendBinary(DataChannel *channel, const char *data,
|
||||
sent += SendMsgInternal(channel, data, sendlen, ppid);
|
||||
data += sendlen;
|
||||
}
|
||||
LOG(("Sent %d buffers for %u bytes, %d sent immediately, % buffers queued",
|
||||
LOG(("Sent %d buffers for %u bytes, %d sent immediately, %d buffers queued",
|
||||
(origlen+DATA_CHANNEL_MAX_BINARY_FRAGMENT-1)/DATA_CHANNEL_MAX_BINARY_FRAGMENT,
|
||||
origlen, sent,
|
||||
channel->mBufferedData.Length()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user