add nzbid to "Something went wrong - maybe you should retry things" message

this may help less familiar users follow a sequence of log messages for a given nzbid.
This commit is contained in:
zxvv 2018-06-16 20:35:20 -05:00 committed by evilhero
parent 4f90241bc4
commit abafe08f1d
1 changed files with 1 additions and 1 deletions

View File

@ -3051,7 +3051,7 @@ def nzb_monitor(queue):
break
if nzstat['status'] is False:
logger.info('Something went wrong - maybe you should retry things. I will requeue up this item for post-processing...')
logger.info('Could not find NZBID %s in the downloader\'s queue. I will requeue this item for post-processing...' % item['NZBID'])
time.sleep(5)
mylar.NZB_QUEUE.put(item)
elif nzstat['status'] is True: