Log script return status code

This commit is contained in:
JonnyWong16 2019-04-13 22:01:03 -07:00
parent ea036aa354
commit 6970231687

View file

@ -3062,6 +3062,7 @@ class SCRIPTS(Notifier):
timer.start()
output, error = process.communicate()
status = process.returncode
logger.debug(u"Tautulli Notifiers :: Subprocess returned with status code %s." % status)
finally:
if timer:
timer.cancel()