summaryrefslogtreecommitdiff
path: root/src/leap/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/app.py')
-rw-r--r--src/leap/app.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/app.py b/src/leap/app.py
index 322118c5..b721468f 100644
--- a/src/leap/app.py
+++ b/src/leap/app.py
@@ -5,6 +5,7 @@ import sip
sip.setapi('QVariant', 2)
from PyQt4.QtGui import (QApplication, QSystemTrayIcon, QMessageBox)
+from leap import __version__ as VERSION
from leap.baseapp.mainwindow import LeapWindow
from leap.baseapp import unitychecks
@@ -45,6 +46,7 @@ def main():
logger.debug('args: %s' % opts)
logger.info('Starting app')
+ logger.info('Running client version %s', VERSION)
app = QApplication(sys.argv)
unitychecks.do_check()