diff --git a/ChangeLog b/ChangeLog index 2363fdbfc6..4e60cd43eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-03 Sebastian Dröge + + * gst/gst.c: + Fix confusing typo in debug output. + 2007-08-03 Sebastian Dröge reviewed by: Stefan Kost diff --git a/gst/gst.c b/gst/gst.c index 2a79a6e7ff..c2ae6a1f7f 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -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;