diff --git a/src/connection.c b/src/connection.c index fc2c7c2e..1210772d 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1332,7 +1332,7 @@ wl_closure_print(struct wl_closure *closure, struct wl_object *target, fprintf(stderr, "nil"); break; case 'a': - fprintf(stderr, "array"); + fprintf(stderr, "array[%zu]", closure->args[i].a->size); break; case 'h': fprintf(stderr, "fd %d", closure->args[i].h);