Remove a silly print out in ust_trace.h
[ust.git] / include / ust / ust_trace.h
index 01c241d644763e57a079878178e83cec68645e61..cedd47fdf5ab8bec5a5038dee3b6f998bd677a66 100644 (file)
@@ -85,7 +85,6 @@
        static void __attribute__((constructor)) init_##name()          \
        {                                                               \
                void *dummy;                                            \
-               printf("connecting tracepoint " #name "\n");            \
                register_trace_##name(trace_printf_##name, dummy);      \
        }
 
This page took 0.022841 seconds and 4 git commands to generate.