Make gui class debug messages consistent

This commit is contained in:
Veronica Berglyd Olsen
2023-06-01 00:31:42 +02:00
parent 8fdec71f4b
commit 3e34721b66
26 changed files with 132 additions and 70 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ class GuiMain(QMainWindow):
def __init__(self):
super().__init__()
logger.debug("Initialising GUI ...")
logger.debug("Create: GUI")
self.setObjectName("GuiMain")
self.threadPool = QThreadPool()
@@ -302,7 +302,7 @@ class GuiMain(QMainWindow):
if CONFIG.isFullScreen:
self.toggleFullScreenMode()
logger.debug("GUI initialisation complete")
logger.debug("Ready: GUI")
if __hexversion__[-2] == "a" and logger.getEffectiveLevel() > logging.DEBUG:
self.makeAlert(self.tr(