Skip to content

Commit

Permalink
announce the program name on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 6, 2016
1 parent 387a329 commit 7dc857d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pvWebMonitor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ def main():
exit()

else:
utils.logMessage('-'*40)
utils.logMessage('pvWebMonitor starting')
configuration = read_config.read_xml(user_args.xml_config_file)
utils.logMessage('read configuration file: ' + user_args.xml_config_file)
utils.logMessage('configuration schema version: ' + configuration['SCHEMA_VERSION'])
Expand Down

0 comments on commit 7dc857d

Please sign in to comment.