Skip to content

Commit

Permalink
Fixed printing sourceNI in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Małecki committed Jul 12, 2024
1 parent e69900b commit ad1a3bb
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 @@ -765,7 +765,7 @@ int srt::CChannel::sendto(const sockaddr_any& addr, CPacket& packet, const CNetw
}
else
{
HLOGC(kslog.Debug, log << "CChannel::setSourceAddress: setting as " << source_ni.address.str());
HLOGC(kslog.Debug, log << "CChannel::setSourceAddress: setting as " << source_ni.str());
have_set_src = true;
}
}
Expand Down

0 comments on commit ad1a3bb

Please sign in to comment.