Fix debug output

This commit is contained in:
Neil Alexander 2020-08-07 17:52:22 +01:00
parent 219afbbf8d
commit 03390c97ca
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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
}