Skip to content

Commit

Permalink
Replaced ENABLE_LOGGING with ENABLE_HEAVY_LOGGING
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko authored and rndi committed Feb 7, 2019
1 parent fa25247 commit c431177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void CChannel::getPeerAddr(sockaddr* addr) const

int CChannel::sendto(const sockaddr* addr, CPacket& packet) const
{
#if ENABLE_LOGGING
#if ENABLE_HEAVY_LOGGING
std::ostringstream spec;

if (packet.isControl())
Expand Down

0 comments on commit c431177

Please sign in to comment.