mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Replace sys.stderr with logger
This commit is contained in:
parent
570ebb4f73
commit
bbb6e46515
2 changed files with 2 additions and 3 deletions
|
@ -131,8 +131,7 @@ def main():
|
|||
|
||||
if args.daemon:
|
||||
if sys.platform == 'win32':
|
||||
sys.stderr.write(
|
||||
"Daemonizing not supported under Windows, starting normally\n")
|
||||
logger.warn("Daemonizing not supported under Windows, starting normally")
|
||||
else:
|
||||
plexpy.DAEMON = True
|
||||
plexpy.QUIET = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue