mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Revert "mi: use %lu instead of %zu in ErrorF() call"
This reverts commit 1bab0c2972a5278fdf11ac5e6939d3955e04e592.
This commit is contained in:
@@ -239,8 +239,8 @@ mieqEnqueue(DeviceIntPtr pDev, InternalEvent *e)
|
||||
else if (miEventQueue.dropped % QUEUE_DROP_BACKTRACE_FREQUENCY == 0 &&
|
||||
miEventQueue.dropped / QUEUE_DROP_BACKTRACE_FREQUENCY <=
|
||||
QUEUE_DROP_BACKTRACE_MAX) {
|
||||
ErrorF("[mi] EQ overflow continuing. %lu events have been "
|
||||
"dropped.\n", (unsigned long)miEventQueue.dropped);
|
||||
ErrorF("[mi] EQ overflow continuing. %zu events have been "
|
||||
"dropped.\n", miEventQueue.dropped);
|
||||
if (miEventQueue.dropped / QUEUE_DROP_BACKTRACE_FREQUENCY ==
|
||||
QUEUE_DROP_BACKTRACE_MAX) {
|
||||
ErrorF("[mi] No further overflow reports will be "
|
||||
|
||||
Reference in New Issue
Block a user