Skip to content

Commit

Permalink
[core] Cookie contest log msg downgraded to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Jun 17, 2022
1 parent bb6c493 commit 5070037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3848,7 +3848,7 @@ void srt::CUDT::cookieContest()
if (m_SrtHsSide != HSD_DRAW)
return;

LOGC(cnlog.Error, log << "cookieContest: agent=" << m_ConnReq.m_iCookie << " peer=" << m_ConnRes.m_iCookie);
LOGC(cnlog.Debug, log << "cookieContest: agent=" << m_ConnReq.m_iCookie << " peer=" << m_ConnRes.m_iCookie);

// Here m_ConnReq.m_iCookie is a local cookie value sent in connection request to the peer.
// m_ConnRes.m_iCookie is a cookie value sent by the peer in its connection request.
Expand Down

0 comments on commit 5070037

Please sign in to comment.