mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-15 15:52:48 +00:00
Tweak log level of a fairly common log line
This commit is contained in:
parent
f290e92a34
commit
d63d7c5640
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ func (oq *destinationQueue) backgroundSend() {
|
||||||
// The worker is idle so stop the goroutine. It'll get
|
// The worker is idle so stop the goroutine. It'll get
|
||||||
// restarted automatically the next time we have an event to
|
// restarted automatically the next time we have an event to
|
||||||
// send.
|
// send.
|
||||||
log.Debugf("Queue %q has been idle for %s, going to sleep", oq.destination, queueIdleTimeout)
|
log.Tracef("Queue %q has been idle for %s, going to sleep", oq.destination, queueIdleTimeout)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue