change trace version to 0.4 : use monotonic time at ns precision
[lttv.git] / ltt / branches / poly / ltt / facility.c
index 98ca73714ef422184d6345dc7fb6c220573dd95d..f4c0acae6c939f6f488a31cbc6c9fd40d908c1fd 100644 (file)
@@ -148,8 +148,11 @@ int ltt_facility_open(LttFacility *f, LttTrace * t, gchar * pathname)
   fclose(in.fp);
 open_error:
 
-  if(!generated)
-    g_warning("Cannot find facility %s, checksum 0x%X", f->name, f->checksum);
+  if(!generated) {
+    g_warning("Cannot find facility %s, checksum 0x%X",
+        g_quark_to_string(f->name), f->checksum);
+    ret = 1;
+  }
 
   return ret;
 }
This page took 0.024476 seconds and 4 git commands to generate.