add lttctl -e option : get xml description
[lttv.git] / ltt / branches / poly / ltt / facility.c
index 5b2c8ba4f2c76188427f47884fa192bc54dd1499..98ca73714ef422184d6345dc7fb6c220573dd95d 100644 (file)
@@ -135,6 +135,7 @@ int ltt_facility_open(LttFacility *f, LttTrace * t, gchar * pathname)
       freeTypes(&fac->unnamed_types);
       sequence_dispose(&fac->unnamed_types);      
       g_free(fac);
+      if(generated) break; /* use the first good match */
     }
     else {
       g_warning("facility token was expected in file %s", in.name);
This page took 0.024934 seconds and 4 git commands to generate.