Change debug format to not confuse object id and message parameters
This commit is contained in:
parent
ab2f1cddc6
commit
9ccf08d9b8
@ -671,7 +671,7 @@ wl_closure_print(struct wl_closure *closure, struct wl_object *target)
|
||||
union wl_value *value;
|
||||
int i;
|
||||
|
||||
fprintf(stderr, "%s(%d).%s(",
|
||||
fprintf(stderr, "%s@%d.%s(",
|
||||
target->interface->name, target->id,
|
||||
closure->message->name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user