log location

pull/1091/head
Jeff Becker 4 years ago committed by Jason Rhinelander
parent 3cc2adae31
commit fc5e6b4d77

@ -1002,7 +1002,8 @@ namespace llarp
HiddenServiceAddressLookup* job = new HiddenServiceAddressLookup(
this, util::memFn(&Endpoint::OnLookup, this), location,
PubKey{remote.as_array()}, GenTXID());
LogInfo("doing lookup for ", remote, " via ", path->Endpoint());
LogInfo("doing lookup for ", remote, " via ", path->Endpoint(), " at ",
location);
if(job->SendRequestViaPath(path, Router()))
{
lookups.emplace(remote, hook);

Loading…
Cancel
Save