turn g_print into GST_INFO
authorWim Taymans <wim.taymans@gmail.com>
Fri, 21 Feb 2003 19:55:23 +0000 (19:55 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 21 Feb 2003 19:55:23 +0000 (19:55 +0000)
Original commit message from CVS:
turn g_print into GST_INFO

gst/registries/gstxmlregistry.c

index 18e0e1f..ccdb088 100644 (file)
@@ -613,7 +613,7 @@ gst_xml_registry_load (GstRegistry *registry)
   seconds = g_timer_elapsed (timer, NULL);
   g_timer_destroy (timer);
 
-  g_print ("registry: loaded %s in %f seconds\n          (%s)\n", 
+  GST_INFO (0, "registry: loaded %s in %f seconds\n          (%s)", 
           registry->name, seconds, xmlregistry->location);
 
   CLASS (xmlregistry)->close_func (xmlregistry);