This commit is contained in:
Michael Lazar
2016-06-23 23:14:58 -07:00
parent 8529b4a313
commit a2f51dfc2e
3 changed files with 6 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ def main():
level=logging.DEBUG,
filename=config['log'],
format='%(asctime)s:%(levelname)s:%(filename)s:%(lineno)d:%(message)s')
_logger.info('Starting new session, RTV v{}'.format(__version__))
_logger.info('Starting new session, RTV v%s', __version__)
else:
# Add an empty handler so the logger doesn't complain
logging.root.addHandler(logging.NullHandler())