mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Added bit more info logging to nzbToMedia
This commit is contained in:
parent
84e770aa82
commit
191be4ea57
1 changed files with 2 additions and 0 deletions
|
@ -456,6 +456,8 @@ else:
|
||||||
if results != 0:
|
if results != 0:
|
||||||
result = results
|
result = results
|
||||||
Logger.info("MAIN: A problem was reported when trying to manually run %s:%s.", section, subsection)
|
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:
|
if result == 0:
|
||||||
Logger.info("MAIN: The nzbToMedia script completed successfully.")
|
Logger.info("MAIN: The nzbToMedia script completed successfully.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue