Skip to content

Commit

Permalink
[tests] Refactored RCV buffer unit tests (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Oct 20, 2021
1 parent 3f2945c commit 8f2d318
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 262 deletions.
2 changes: 1 addition & 1 deletion srtcore/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ int CRcvBuffer::readBuffer(char* data, int len)
{
if (m_pUnit[p] == NULL)
{
LOGC(brlog.Error, log << CONID() << " IPE readBuffer on null packet pointer");
LOGC(brlog.Error, log << CONID() << "IPE readBuffer on null packet pointer");
return -1;
}

Expand Down
Loading

0 comments on commit 8f2d318

Please sign in to comment.