mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
make format
This commit is contained in:
parent
a7d616843f
commit
e56faba23d
2 changed files with 3 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue