show file
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 30 May 2002 16:31:36 +0000 (16:31 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 30 May 2002 16:31:36 +0000 (16:31 +0000)
Original commit message from CVS:
show file

gst/registries/gstxmlregistry.c

index 64aef49..90738dd 100644 (file)
@@ -573,7 +573,8 @@ gst_xml_registry_load (GstRegistry *registry)
 
   seconds = g_timer_elapsed (timer, NULL);
 
-  g_print ("loaded registry %s in %f seconds\n", registry->name, seconds);
+  g_print ("registry: loaded %s in %f seconds\n          (%s)\n", 
+          registry->name, seconds, xmlregistry->location);
 
   CLASS (xmlregistry)->close_func (xmlregistry);