Updated formatting of debug logging.

This commit is contained in:
Veronica K. B. Olsen
2018-09-29 15:10:34 +02:00
parent 46b22ff19d
commit c03db3205d
3 changed files with 9 additions and 6 deletions
+2
View File
@@ -25,6 +25,7 @@ class GuiMain(QMainWindow):
def __init__(self):
QWidget.__init__(self)
logger.debug("Initialising GUI ...")
self.mainConf = nw.CONFIG
self.resize(900,600)
@@ -59,6 +60,7 @@ class GuiMain(QMainWindow):
self._buildMenu()
self.show()
logger.debug("GUI initialisation complete")
return