Annotate netid mismatch message with (theirs)/(ours)

Every time I see this I don't know which one is wrong.  This helps.
pull/1265/head
Jason Rhinelander 4 years ago
parent dccc663f31
commit 6686668b48

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

Loading…
Cancel
Save