diff --git a/queue/queue.go b/queue/queue.go index 38ed7d9..ba522e1 100644 --- a/queue/queue.go +++ b/queue/queue.go @@ -307,6 +307,8 @@ func (q *Queue) downloadTorrents(torrents []rtorrent.Torrent) { } } + q.logger.Printf("Successfully downloaded '%s' (%s)", torrent.Name, torrentFilePath) + q.lock.RUnlock() q.lock.Lock() delete(q.downloadQueue, torrent.Hash)