change log

pull/1151/head
Jeff Becker 4 years ago
parent d4ccf895e3
commit 32e768d7dd
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -264,7 +264,8 @@ namespace llarp
if(self->context->CheckPathLimitHitByIP(self->fromAddr.value()))
{
// we hit a limit so tell it to slow tf down
llarp::LogError("client path build hit limit ", self->hop->info);
llarp::LogError("client path build hit limit ",
self->fromAddr.value());
OnForwardLRCMResult(self->context->Router(), self->hop->info.rxID,
self->hop->info.downstream, self->hop->pathKey,
SendStatus::Congestion);

Loading…
Cancel
Save