Fix build error.

This commit is contained in:
Alex 2022-11-19 04:10:38 +05:00
parent 126d224e44
commit cda855fcd6
1 changed files with 2 additions and 2 deletions

View File

@ -1471,8 +1471,8 @@ void VIEW::UpdateItems()
}
}
KI_TRACE( traceGalProfile, "View update: total items %u, geom %u updates %u\n", cntTotal,
cntGeomUpdate, cntAnyUpdate );
KI_TRACE( traceGalProfile, "View update: total items %u, geom %u anyUpdated %u\n", cntTotal,
cntGeomUpdate, (unsigned) anyUpdated );
}