Skip to content

Commit 1acaee6

Browse files
committed
more details to logs
1 parent 96e263b commit 1acaee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/downloader/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func (c *DownloadClient) MonitorDownloads(tracks []*models.Track, m Monitor) err
5353
for range ticker.C {
5454
statuses, err := m.GetDownloadStatus(tracks)
5555
if err != nil {
56-
return fmt.Errorf("error fetching download status: %s", err.Error())
56+
return fmt.Errorf("[%s/monitor] error fetching download status: %s", monCfg.Service, err.Error())
5757
}
5858

5959
currentTime := time.Now().Local()

0 commit comments

Comments
 (0)