From 03390c97caf3980132c9e2248b5f3dcdf8a83242 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 7 Aug 2020 17:52:22 +0100 Subject: [PATCH] Fix debug output --- federationsender/queue/destinationqueue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federationsender/queue/destinationqueue.go b/federationsender/queue/destinationqueue.go index 32616a292..9ccfbacec 100644 --- a/federationsender/queue/destinationqueue.go +++ b/federationsender/queue/destinationqueue.go @@ -267,7 +267,7 @@ func (oq *destinationQueue) backgroundSend() { // has exceeded a maximum allowable value. Clean up the in-memory // buffers at this point. The PDU clean-up is already on a defer. oq.cleanPendingInvites() - log.Warnf("Blacklisting %q due to exceeding backoff threshold") + log.Warnf("Blacklisting %q due to exceeding backoff threshold", oq.destination) return }