Index: trunk/src_3rd/libcdtr/cdt_test.c =================================================================== --- trunk/src_3rd/libcdtr/cdt_test.c (revision 33780) +++ trunk/src_3rd/libcdtr/cdt_test.c (revision 33781) @@ -234,6 +234,7 @@ { long tid; + printf("--- dump %s", args); for(tid = 0; tid < cdt.triangles.used; tid++) { triangle_t *t = cdt.triangles.array[tid]; int n;