add version to startup messages

This commit is contained in:
Jakob Ketterl 2020-03-15 23:34:44 +01:00
parent ca5889f925
commit 1581c659af
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from owrx.sdrhu import SdrHuUpdater
from owrx.service import Services
from owrx.websocket import WebSocketConnection
from owrx.pskreporter import PskReporter
from owrx.version import openwebrx_version
import logging
@ -31,6 +32,8 @@ Author contact info: Jakob Ketterl, DD5JFK <dd5jfk@darc.de>
"""
)
logger.info("OpenWebRX version {0} starting up...".format(openwebrx_version))
pm = PropertyManager.getSharedInstance().loadConfig()
configErrors = Config.validateConfig()