aboutsummaryrefslogtreecommitdiff
path: root/voctocore
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-14 11:58:23 +0200
committerMaZderMind <github@mazdermind.de>2015-05-14 11:58:23 +0200
commitc4bf8ce0adc72596db66528aa2f1fc573186fefc (patch)
treec97be959679366cf25c96c5b5d7a6ba303c8f829 /voctocore
parent386ddcdcc0c04f2bd2fee3c572408fc51cf6c1ef (diff)
Log Versions
Diffstat (limited to 'voctocore')
-rwxr-xr-xvoctocore/voctocore.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/voctocore/voctocore.py b/voctocore/voctocore.py
index cbc1fe1..221291c 100755
--- a/voctocore/voctocore.py
+++ b/voctocore/voctocore.py
@@ -67,6 +67,9 @@ def main():
logging.debug('setting SIGINT handler')
signal.signal(signal.SIGINT, signal.SIG_DFL)
+ logging.info('Python Version: %s', sys.version_info)
+ logging.info('GStreamer Version: %s', Gst.version())
+
# init main-class and main-loop
logging.debug('initializing Voctocore')
voctocore = Voctocore()