diff --git a/nzbToMedia.py b/nzbToMedia.py index 0bed912c..6322fc06 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -456,6 +456,8 @@ else: if results != 0: result = results Logger.info("MAIN: A problem was reported when trying to manually run %s:%s.", section, subsection) + else: + Logger.info("MAIN: nzbTo%s %s:%s is DISABLED, you can enable this in autoProcessMedia.cfg ...", section,section, category) if result == 0: Logger.info("MAIN: The nzbToMedia script completed successfully.")