mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
Merge pull request #128 from majestrate/dev
use RouterID not bare pointer
This commit is contained in:
commit
c058ea9dfc
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ namespace llarp
|
|||
}
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue