mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
Merge pull request #128 from majestrate/dev
use RouterID not bare pointer
This commit is contained in:
commit
c058ea9dfc
@ -61,7 +61,8 @@ namespace llarp
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
llarp::LogInfo("session to ", itr->second->GetPubKey(), " timed out");
|
llarp::LogInfo("session to ", RouterID(itr->second->GetPubKey()),
|
||||||
|
" timed out");
|
||||||
itr = m_AuthedLinks.erase(itr);
|
itr = m_AuthedLinks.erase(itr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user