From 826453aa657b85c35b000f509164db39cf202af9 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 17 Mar 2019 16:11:20 -0400 Subject: [PATCH] [calamares] Note that qDebug() is sometimes ok --- src/calamares/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calamares/main.cpp b/src/calamares/main.cpp index b84d4f4db..e2b5da8bf 100644 --- a/src/calamares/main.cpp +++ b/src/calamares/main.cpp @@ -114,6 +114,7 @@ main( int argc, char* argv[] ) } else { + // Here we have not yet set-up the logger system, so qDebug() is ok auto instancelist = guard.instances(); qDebug() << "Calamares is already running, shutting down."; if ( instancelist.count() > 0 )