ei: correct arguments to the invalid object log message

This commit is contained in:
Peter Hutterer 2023-02-28 14:20:37 +10:00
parent c832ce3ddc
commit 2338e19aab

View file

@ -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;
}