mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Added more detailed logging for enabled/disabled sub-sections to manual run
This commit is contained in:
parent
aeaf58ceb7
commit
7c8643d92f
6 changed files with 12 additions and 0 deletions
|
@ -246,6 +246,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 autoProcessMovie script completed successfully.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue