Make only libust and libustconsumer use a signal safe usterr.h
[ust.git] / libust / tracepoint.c
index 335ba4f7f53ad9ae41e971654b5303d864ac8a89..a1aac8264e255d85beeefe7a3472adc378bc4c6f 100644 (file)
@@ -23,7 +23,7 @@
 #include <ust/tracepoint.h>
 #include <ust/core.h>
 #include <ust/kcompat/kcompat.h>
-#include "usterr.h"
+#include "usterr_signal_safe.h"
 
 #define _LGPL_SOURCE
 #include <urcu-bp.h>
@@ -697,7 +697,7 @@ lib_added:
        lib_update_tracepoints();
 
        /* tracepoints_count - 1: skip dummy */
-       DBG("just registered a tracepoints section from %p and having %d tracepoints", tracepoints_start, tracepoints_count - 1);
+       DBG("just registered a tracepoints section from %p and having %d tracepoints (minus dummy tracepoints)", tracepoints_start, tracepoints_count);
 
        return 0;
 }
This page took 0.026413 seconds and 4 git commands to generate.