Added console headers.

This commit is contained in:
echel0n 2014-04-12 10:26:37 -07:00
commit ffe5c6dba1
2 changed files with 8 additions and 0 deletions

View file

@ -374,6 +374,10 @@ def main():
# Initialize the config
nzbtomedia.initialize()
logger.postprocess("#########################################################")
logger.postprocess("## ..::[%s]::.. :: STARTING", os.path.splitext(os.path.basename(os.path.normpath(os.path.abspath(__file__))))[0])
logger.postprocess("#########################################################")
# debug command line options
logger.debug("Options passed into TorrentToMedia: " + str(sys.argv))