locksurface: fix serial log

This commit is contained in:
Vaxry 2024-02-19 02:39:57 +00:00
parent 0719ac671e
commit 5e4eea379e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ CSessionLockSurface::CSessionLockSurface(COutput* output) : output(output) {
}
void CSessionLockSurface::configure(const Vector2D& size_, uint32_t serial_) {
Debug::log(LOG, "configure with serial {}", serial);
Debug::log(LOG, "configure with serial {}", serial_);
serial = serial_;
size = (size_ * fractionalScale).floor();