X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fust%2Fust_trace.h;h=11d5940c68bed8ae85d1bb9b1f593fd8df9156d3;hb=fbae86d664c12e450d3cb702b602701d37781b41;hp=01c241d644763e57a079878178e83cec68645e61;hpb=0c0686eefbf60682c54bc4b3c0bc593250deedc1;p=deliverable%2Flttng-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); \ }