mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
show file
Original commit message from CVS: show file
This commit is contained in:
parent
76c3b66b08
commit
0aa7b2db8c
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue