From ef7dc8c8c54596ec0b90dcdb62fd2e513cfa6b3e Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Thu, 11 May 2017 09:31:40 +0200 Subject: [PATCH] mediaapi/writers/download: Clarify log message that file is remote --- src/github.com/matrix-org/dendrite/mediaapi/writers/download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/mediaapi/writers/download.go b/src/github.com/matrix-org/dendrite/mediaapi/writers/download.go index 01d15d161..4807568e4 100644 --- a/src/github.com/matrix-org/dendrite/mediaapi/writers/download.go +++ b/src/github.com/matrix-org/dendrite/mediaapi/writers/download.go @@ -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 {