backends/drm: also log properties with legacy

Can be useful to find bugs
This commit is contained in:
Xaver Hugl 2021-12-11 23:44:34 +01:00
parent 4dec21d8e4
commit 58e5a5c9f7

View file

@ -36,7 +36,7 @@ bool DrmObject::initProps()
if (!updateProperties()) {
return false;
}
if (KWIN_DRM().isDebugEnabled() && m_gpu->atomicModeSetting()) {
if (KWIN_DRM().isDebugEnabled()) {
auto debug = QMessageLogger(QT_MESSAGELOG_FILE, QT_MESSAGELOG_LINE, QT_MESSAGELOG_FUNC, KWIN_DRM().categoryName()).debug().nospace();
switch(m_objectType) {
case DRM_MODE_OBJECT_CONNECTOR: