X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust%2Fust_trace.h;h=11d5940c68bed8ae85d1bb9b1f593fd8df9156d3;hb=e2b465757cadd72353b3ce4ae2b9402d66750e3b;hp=01c241d644763e57a079878178e83cec68645e61;hpb=0c0686eefbf60682c54bc4b3c0bc593250deedc1;p=lttng-ust.git diff --git a/include/ust/ust_trace.h b/include/ust/ust_trace.h index 01c241d6..11d5940c 100644 --- a/include/ust/ust_trace.h +++ b/include/ust/ust_trace.h @@ -84,8 +84,7 @@ }; \ static void __attribute__((constructor)) init_##name() \ { \ - void *dummy; \ - printf("connecting tracepoint " #name "\n"); \ + void *dummy = NULL; \ register_trace_##name(trace_printf_##name, dummy); \ }