Only show added message if actually added to queue
Cette révision appartient à :
Parent
df2c9bc2f7
révision
b9904161f0
1 fichiers modifiés avec 1 ajouts et 2 suppressions
|
@ -247,10 +247,9 @@ func (fetcher *MetainfoFetcher) fillQueue() {
|
|||
continue
|
||||
}
|
||||
|
||||
log.Infof("Added TID %d for filesize fetching", T.ID)
|
||||
operation := NewFetchOperation(fetcher, T)
|
||||
|
||||
if fetcher.addToQueue(operation) {
|
||||
log.Infof("Added TID %d for filesize fetching", T.ID)
|
||||
fetcher.wg.Add(1)
|
||||
go operation.Start(fetcher.results)
|
||||
} else {
|
||||
|
|
Référencer dans un nouveau ticket