mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
mediaapi/writers/download: Clarify log message that file is remote
This commit is contained in:
parent
5e66ad6d39
commit
ef7dc8c8c5
|
|
@ -153,7 +153,7 @@ func Download(w http.ResponseWriter, req *http.Request, origin types.ServerName,
|
|||
logger.WithFields(log.Fields{
|
||||
"Origin": r.MediaMetadata.Origin,
|
||||
"MediaID": r.MediaMetadata.MediaID,
|
||||
}).Infof("Waiting for another goroutine to fetch the file.")
|
||||
}).Infof("Waiting for another goroutine to fetch the remote file.")
|
||||
activeRemoteRequestCondition.Wait()
|
||||
activeRemoteRequests.Unlock()
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue