gst/gst.c: Fix confusing typo in debug output.

Original commit message from CVS:
* gst/gst.c:
Fix confusing typo in debug output.
This commit is contained in:
Sebastian Dröge 2007-08-03 19:25:45 +00:00
parent b47469722f
commit ef78586c58
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
* gst/gst.c:
Fix confusing typo in debug output.
2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
reviewed by: Stefan Kost <ensonic@users.sf.net>

View file

@ -713,7 +713,7 @@ scan_and_update_registry (GstRegistry * default_registry,
g_free (home_plugins);
/* add the main (installed) library path */
GST_DEBUG ("scanning home plugins %s", PLUGINDIR);
GST_DEBUG ("scanning main plugins %s", PLUGINDIR);
changed |= gst_registry_scan_path (default_registry, PLUGINDIR);
} else {
gchar **list;