mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-07 13:29:55 -05:00
Change debug format to not confuse object id and message parameters
This commit is contained in:
parent
ab2f1cddc6
commit
9ccf08d9b8
1 changed files with 1 additions and 1 deletions
|
|
@ -671,7 +671,7 @@ wl_closure_print(struct wl_closure *closure, struct wl_object *target)
|
||||||
union wl_value *value;
|
union wl_value *value;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
fprintf(stderr, "%s(%d).%s(",
|
fprintf(stderr, "%s@%d.%s(",
|
||||||
target->interface->name, target->id,
|
target->interface->name, target->id,
|
||||||
closure->message->name);
|
closure->message->name);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue