Remove duplicate field in detailed event view
[lttv.git] / lttv / modules / text / textDump.c
index a8fadb5d509c805f490258246e1bdbdaa19a8e5c..c11db5d9965bfc54eef4423c2aa63cea059553ee 100644 (file)
@@ -35,6 +35,7 @@
 #include <lttv/stats.h>
 #include <lttv/filter.h>
 #endif
+// #include <lttv/traceset.h>
 #include <lttv/print.h>
 #include <ltt/ltt.h>
 #include <ltt/event.h>
@@ -351,7 +352,7 @@ static int write_event_content(void *hook_data, void *call_data)
 #endif
 
   /* TODO 2012-03-12 Add state info */
-  lttv_event_to_string(event, a_string, !a_no_field_names);
+  lttv_event_to_string(event, a_string, !a_no_field_names, TRUE);
 
 #ifdef BABEL_CLEANUP
   if(a_state) {
This page took 0.022372 seconds and 4 git commands to generate.