aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--federationsender/queue/destinationqueue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/federationsender/queue/destinationqueue.go b/federationsender/queue/destinationqueue.go
index 99b9e449..d9567eeb 100644
--- a/federationsender/queue/destinationqueue.go
+++ b/federationsender/queue/destinationqueue.go
@@ -444,7 +444,7 @@ func (oq *destinationQueue) nextTransaction(
log.WithFields(log.Fields{
"destination": oq.destination,
log.ErrorKey: err,
- }).Infof("Failed to send transaction %q", t.TransactionID)
+ }).Debugf("Failed to send transaction %q", t.TransactionID)
return false, 0, 0, err
}
}