update compat
[lttv.git] / trunk / lttv / lttv / lttv / print.c
index c678b4e44513665cda964d396f1ea7ac82c97f85..c9099064d2bab23142806629342ad50cd707aa9b 100644 (file)
@@ -264,7 +264,7 @@ void lttv_event_to_string(LttEvent *e, GString *s,
 
   if(mandatory_fields) {
     time = ltt_event_time(e);
-    g_string_append_printf(s,"%s: %ld.%09ld (%s%s_%u)",
+    g_string_append_printf(s,"%s: %ld.%09ld (%s/%s_%u)",
         g_quark_to_string(info->name),
         (long)time.tv_sec, time.tv_nsec,
        g_quark_to_string(
This page took 0.022236 seconds and 4 git commands to generate.