Change debug format to not confuse object id and message parameters
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user