Bug 839568: Typo in SCTP logging r=jesup

This commit is contained in:
Randell Jesup 2013-02-12 16:38:22 -05:00
parent 81e670e530
commit dfd4844446

View File

@ -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()));