Change debug format to not confuse object id and message parameters

This commit is contained in:
Kristian Høgsberg 2010-09-07 22:06:54 -04:00
parent ab2f1cddc6
commit 9ccf08d9b8

View File

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