Initial port of the state system to the LTTng 2.0 trace format
[lttv.git] / lttv / lttv / main.c
index d3b69fb649eabb50351a3ddaa7556293b296a290..a24e6bb6c8d48d1ec40f16ff49be8208056ebef7 100644 (file)
@@ -278,7 +278,10 @@ void lttv_debug(void *hook_data)
 
 void lttv_event_debug(void *hook_data)
 {
+       #warning lttv_event_debug does nothing
+#ifdef BABEL_CLEANUP
        ltt_event_debug(1);
+#endif
        g_info("Output event detailed debug");
 }
 
This page took 0.022198 seconds and 4 git commands to generate.