From affee8c8dafd4b998cff7d85747df29ef0db31ff Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 6 Apr 2017 15:43:32 +0200 Subject: [PATCH] a bit more debug to investigate on multiscreen bugs --- shell/shellcorona.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shellcorona.cpp b/shell/shellcorona.cpp index e87e1b27d..b4d7ba369 100644 --- a/shell/shellcorona.cpp +++ b/shell/shellcorona.cpp @@ -1156,7 +1156,7 @@ void ShellCorona::reconsiderOutputs() addOutput(screen); } } else if (isOutputRedundant(screen)) { - qDebug() << "new redundant screen" << screen; + qDebug() << "new redundant screen" << screen << "with primary screen" << qGuiApp->primaryScreen(); if (DesktopView* v = desktopForScreen(screen)) removeDesktop(v);