use RouterID not bare pointer

pull/128/head
Jeff Becker 6 years ago
parent 6195d7e5ae
commit f58c63547d
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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…
Cancel
Save