mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 03:08:14 +02:00
ei: correct arguments to the invalid object log message
This commit is contained in:
parent
c832ce3ddc
commit
2338e19aab
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ handle_msg_invalid_object(struct ei_connection *connection, uint32_t last_serial
|
|||
{
|
||||
struct ei *ei = ei_connection_get_context(connection);
|
||||
|
||||
log_bug(ei, "Invalid object %#x after %u, I don't yet know how to handle that", last_serial, object);
|
||||
log_bug(ei, "Invalid object %#x after %u, I don't yet know how to handle that", object, last_serial);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue