From 47f4632c8e986d859d81cf084150ff51b9690d35 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sun, 3 Apr 2011 17:42:18 +0200 Subject: [PATCH] added debug message for splash screen --- openlp.pyw | 1 + 1 file changed, 1 insertion(+) diff --git a/openlp.pyw b/openlp.pyw index 3f2199038..57dbcb698 100755 --- a/openlp.pyw +++ b/openlp.pyw @@ -121,6 +121,7 @@ class OpenLP(QtGui.QApplication): if show_splash: # now kill the splashscreen self.splash.finish(self.mainWindow) + log.debug(u'Splashscreen closed') self.mainWindow.repaint() self.processEvents() if not has_run_wizard: