We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e263b commit 1acaee6Copy full SHA for 1acaee6
src/downloader/monitor.go
@@ -53,7 +53,7 @@ func (c *DownloadClient) MonitorDownloads(tracks []*models.Track, m Monitor) err
53
for range ticker.C {
54
statuses, err := m.GetDownloadStatus(tracks)
55
if err != nil {
56
- return fmt.Errorf("error fetching download status: %s", err.Error())
+ return fmt.Errorf("[%s/monitor] error fetching download status: %s", monCfg.Service, err.Error())
57
}
58
59
currentTime := time.Now().Local()
0 commit comments