[calamares] Note that qDebug() is sometimes ok

This commit is contained in:
Adriaan de Groot 2019-03-17 16:11:20 -04:00
parent 4b486cfe82
commit 826453aa65

View File

@ -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 )