From 32e768d7dda8c07a99f29c45d3f270b859ca5c06 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 2 Mar 2020 12:33:33 -0500 Subject: [PATCH] change log --- llarp/messages/relay_commit.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llarp/messages/relay_commit.cpp b/llarp/messages/relay_commit.cpp index eee8a41be..076b1c450 100644 --- a/llarp/messages/relay_commit.cpp +++ b/llarp/messages/relay_commit.cpp @@ -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);