fix message

pull/403/head
Jeff Becker 5 years ago
parent 7ebb49478e
commit 136a01391e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -759,7 +759,7 @@ namespace llarp
AddInboundLink(server);
return;
}
LogError("failed to bind inbound link on ", val);
LogError("failed to bind inbound link on ", key, " port ", val);
}
}
else if(StrEq(section, "network"))

Loading…
Cancel
Save