This was changed in
5e25bdfb0374bf7f9a6b5fc887e81d6a0b492f70 but the litest
message lookup wasn't changed. Let's do that now and change to a generic
wording we can re-use for other messages.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* short, don't abort if during a valgrind run we get a
* negative offset */
if ((!RUNNING_ON_VALGRIND && !in_debugger) ||
- !strstr(format, "offset negative"))
+ !strstr(format, "your system is too slow"))
litest_abort_msg("libinput bug triggered, aborting.\n");
}