From ad4c6a0a47288667fd5d6af077026237c86f8afd Mon Sep 17 00:00:00 2001 From: echel0n Date: Sat, 12 Apr 2014 08:10:37 -0700 Subject: [PATCH] Debugging of sysv-args --- nzbToMedia.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nzbToMedia.py b/nzbToMedia.py index 6f62362b..4e4a15fd 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -333,11 +333,12 @@ def process(nzbDir, inputName=None, status=0, clientAgent='manual', download_id= return -1 def main(): - print sys.argv - # Initialize the config nzbtomedia.initialize() + # debug command line options + logger.debug("Options passed into nzbToMedia: " + sys.argv) + # Post-Processing Result result = 0