turn g_print into GST_INFO

Original commit message from CVS:
turn g_print into GST_INFO
This commit is contained in:
Wim Taymans 2003-02-21 19:55:23 +00:00
parent f5ef4dec93
commit 6d3d60df51

View 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);