Skip to content

Commit

Permalink
Print version on start 3 (#320)
Browse files Browse the repository at this point in the history
* Add files via upload

* Delete turbiniactl.py

* Delete turbiniactl.py

* Add files via upload

* Delete turbiniactl.py

* Add files via upload

* Update turbiniactl.py

* Caps
  • Loading branch information
C-H-Fahy authored and aarontp committed Dec 7, 2018
1 parent dc4737b commit e137a68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions turbinia/turbiniactl.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ def main():
# Server
subparsers.add_parser('server', help='Run Turbinia Server')

#print version
log.info('Turbinia version: {0:s}'.format(__version__))

args = parser.parse_args()
if args.quiet:
log.setLevel(logging.ERROR)
Expand Down

0 comments on commit e137a68

Please sign in to comment.