mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-08 12:28:05 -05:00
Fixed bug #897, switched message to be classified as a warning instead of a error
This commit is contained in:
parent
aa76734f56
commit
b8295024be
@ -142,7 +142,7 @@ def processDir(dirName, nzbName=None, process_method=None, force=False, is_prior
|
|||||||
|
|
||||||
# Don't post process if files are still being synced and option is activated
|
# Don't post process if files are still being synced and option is activated
|
||||||
if SyncFiles and sickbeard.POSTPONE_IF_SYNC_FILES:
|
if SyncFiles and sickbeard.POSTPONE_IF_SYNC_FILES:
|
||||||
returnStr += logHelper(u"Found temporary sync files, skipping post processing", logger.ERROR)
|
returnStr += logHelper(u"Found temporary sync files, skipping post processing", logger.WARNING)
|
||||||
return returnStr
|
return returnStr
|
||||||
|
|
||||||
returnStr += logHelper(u"PostProcessing Path: " + path, logger.DEBUG)
|
returnStr += logHelper(u"PostProcessing Path: " + path, logger.DEBUG)
|
||||||
@ -190,7 +190,7 @@ def processDir(dirName, nzbName=None, process_method=None, force=False, is_prior
|
|||||||
|
|
||||||
# Don't post process if files are still being synced and option is activated
|
# Don't post process if files are still being synced and option is activated
|
||||||
if SyncFiles and sickbeard.POSTPONE_IF_SYNC_FILES:
|
if SyncFiles and sickbeard.POSTPONE_IF_SYNC_FILES:
|
||||||
returnStr += logHelper(u"Found temporary sync files, skipping post processing", logger.ERROR)
|
returnStr += logHelper(u"Found temporary sync files, skipping post processing", logger.WARNING)
|
||||||
return returnStr
|
return returnStr
|
||||||
|
|
||||||
rarFiles = filter(helpers.isRarFile, fileList)
|
rarFiles = filter(helpers.isRarFile, fileList)
|
||||||
|
Loading…
Reference in New Issue
Block a user