mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Typo's causing pre-logging issues fixed
This commit is contained in:
parent
df6e85467a
commit
d65448db87
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ def initialize():
|
|||
sys.exit(1)
|
||||
|
||||
if not nzbToMediaUtil.makeDir(LOG_DIR):
|
||||
logger.error("!!! No log folder, logging to screen only!")
|
||||
print("!!! No log folder, logging to screen only!")
|
||||
|
||||
# init logging
|
||||
logger.ntm_log_instance.initLogging()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue