diff --git a/llarp/transit_hop.cpp b/llarp/transit_hop.cpp index 5bff57af1..c4fd7c9dd 100644 --- a/llarp/transit_hop.cpp +++ b/llarp/transit_hop.cpp @@ -257,6 +257,7 @@ namespace llarp auto endpoint = r->exitContext.FindEndpointForPath(info.rxID); if(endpoint && msg->Verify(&r->crypto, endpoint->PubKey())) { + llarp::LogInfo("exit traffic"); if(endpoint->SendOutboundTraffic(llarp::ConstBuffer(msg->X))) return true; }