mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
debug logging
This commit is contained in:
parent
1a410c4b22
commit
2f2d2847b3
@ -257,6 +257,7 @@ namespace llarp
|
|||||||
auto endpoint = r->exitContext.FindEndpointForPath(info.rxID);
|
auto endpoint = r->exitContext.FindEndpointForPath(info.rxID);
|
||||||
if(endpoint && msg->Verify(&r->crypto, endpoint->PubKey()))
|
if(endpoint && msg->Verify(&r->crypto, endpoint->PubKey()))
|
||||||
{
|
{
|
||||||
|
llarp::LogInfo("exit traffic");
|
||||||
if(endpoint->SendOutboundTraffic(llarp::ConstBuffer(msg->X)))
|
if(endpoint->SendOutboundTraffic(llarp::ConstBuffer(msg->X)))
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user