This commit is contained in:
Michael Davidsaver
2022-11-17 09:43:55 -08:00
parent c8042d4d26
commit d6fe9c762e
+1 -1
View File
@@ -531,7 +531,7 @@ void evsocket::mcast_leave(const MCastMembership &m) const
void evsocket::mcast_prep_sendto(const SockEndpoint& ep) const
{
if(ep.addr.family()!=af)
throw std::logic_error("Inconsistent address family or not mcast");
throw std::logic_error("Inconsistent address family");
else if(!ep.addr.isMCast())
return;