X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=liblttng-ust%2Flttng-filter-interpreter.c;h=6f13aa04e47f9d43973df802f2262687b2257b10;hp=06fab85f2296dca9c4ed8794abc64ec03899f450;hb=055d27d76978efd97f04dbee3e53c31b214ebfc6;hpb=73d37531c6b12d24086681e636fae8cf0375d2dd diff --git a/liblttng-ust/lttng-filter-interpreter.c b/liblttng-ust/lttng-filter-interpreter.c index 06fab85f..6f13aa04 100644 --- a/liblttng-ust/lttng-filter-interpreter.c +++ b/liblttng-ust/lttng-filter-interpreter.c @@ -530,7 +530,7 @@ static int dynamic_load_field(struct estack_entry *stack_top) { uint16_t tmp; - dbg_printf("op load field s16\n"); + dbg_printf("op load field u16\n"); tmp = *(uint16_t *) stack_top->u.ptr.ptr; if (stack_top->u.ptr.rev_bo) tmp = bswap_16(tmp);