mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 03:46:00 +01:00
drm: fix log
This commit is contained in:
parent
acba4aa037
commit
5f9f0601c3
1 changed files with 1 additions and 1 deletions
|
@ -497,8 +497,8 @@ void Aquamarine::CDRMBackend::recheckCRTCs() {
|
||||||
c->output->commit();
|
c->output->commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
c->crtc = crtcs.at(i);
|
|
||||||
backend->log(AQ_LOG_DEBUG, std::format("drm: slot {} crtc {} assigned to {} (old {})", i, crtcs.at(i)->id, c->szName, c->crtc ? c->crtc->id : -1));
|
backend->log(AQ_LOG_DEBUG, std::format("drm: slot {} crtc {} assigned to {} (old {})", i, crtcs.at(i)->id, c->szName, c->crtc ? c->crtc->id : -1));
|
||||||
|
c->crtc = crtcs.at(i);
|
||||||
assigned = true;
|
assigned = true;
|
||||||
changed.emplace_back(c);
|
changed.emplace_back(c);
|
||||||
std::erase(recheck, c);
|
std::erase(recheck, c);
|
||||||
|
|
Loading…
Reference in a new issue