Improve debug, no need to show a number when we can show the value
This commit is contained in:
parent
f6796ac860
commit
5f306ae93d
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void AbstractWaylandOutput::applyChanges(const KWaylandServer::OutputChangeSetV2
|
|||
emitModeChanged = true;
|
||||
}
|
||||
if (changeSet->transformChanged()) {
|
||||
qCDebug(KWIN_CORE) << "Server setting transform: " << (int)(changeSet->transform());
|
||||
qCDebug(KWIN_CORE) << "Server setting transform: " << changeSet->transform();
|
||||
auto transform = outputDeviceTransformToKWinTransform(changeSet->transform());
|
||||
updateTransform(transform);
|
||||
emitModeChanged = true;
|
||||
|
|
Loading…
Reference in a new issue