print.c: complain when trying to print a LTT_TYPE_COMPACT field
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 16:22:11 +0000 (16:22 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 16:22:11 +0000 (16:22 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2620 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/print.c

index ccd730f10c56b68315ec21ac5736495a62df5381..602c2c140b848cae06555ad8e65d8068683b3db2 100644 (file)
@@ -211,6 +211,8 @@ void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s,
       break;
 #endif
     case LTT_TYPE_COMPACT:
+      g_error("compact type printing not implemented");
+      break;
     case LTT_TYPE_NONE:
       break;
   }
This page took 0.026848 seconds and 4 git commands to generate.