mi: fix typo in warning about overflowing queue
Debian bug#726041 Reported-by: Vincent Hobeïka <vincent.hobeika@gmail.com> Signed-off-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
e3624aa5fd
commit
ac94cdb9df
|
@ -599,7 +599,7 @@ mieqProcessInputEvents(void)
|
||||||
ErrorF("[mi] EQ processing has resumed after %lu dropped events.\n",
|
ErrorF("[mi] EQ processing has resumed after %lu dropped events.\n",
|
||||||
(unsigned long) miEventQueue.dropped);
|
(unsigned long) miEventQueue.dropped);
|
||||||
ErrorF
|
ErrorF
|
||||||
("[mi] This may be caused my a misbehaving driver monopolizing the server's resources.\n");
|
("[mi] This may be caused by a misbehaving driver monopolizing the server's resources.\n");
|
||||||
miEventQueue.dropped = 0;
|
miEventQueue.dropped = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue