1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

make format

This commit is contained in:
Jeff Becker 2020-05-15 09:07:28 -04:00
parent a7d616843f
commit e56faba23d
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 3 additions and 7 deletions

View file

@ -69,12 +69,7 @@ namespace llarp
if (msg->rc.pubkey != m_ExpectedIdent)
{
LogError(
"ident key mismatch from ",
m_RemoteAddr,
" ",
msg->rc.pubkey,
" != ",
m_ExpectedIdent);
"ident key mismatch from ", m_RemoteAddr, " ", msg->rc.pubkey, " != ", m_ExpectedIdent);
return false;
}
m_State = State::Ready;

View file

@ -321,7 +321,8 @@ namespace llarp
{
if (netID != NetID::DefaultValue())
{
llarp::LogError("netid mismatch: '", netID, "' (theirs) != '", NetID::DefaultValue(), "' (ours)");
llarp::LogError(
"netid mismatch: '", netID, "' (theirs) != '", NetID::DefaultValue(), "' (ours)");
return false;
}
if (IsExpired(now))