mediaapi/writers/download: Clarify log message that file is remote

This commit is contained in:
Robert Swain 2017-05-11 09:31:40 +02:00
parent 5e66ad6d39
commit ef7dc8c8c5

View file

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