gst/gst.c: Fix confusing typo in debug output.
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 3 Aug 2007 19:25:45 +0000 (19:25 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 3 Aug 2007 19:25:45 +0000 (19:25 +0000)
Original commit message from CVS:
* gst/gst.c:
Fix confusing typo in debug output.

ChangeLog
gst/gst.c

index 2363fdb..4e60cd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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>
 
        * libs/gst/controller/Makefile.am:
index 2a79a6e..c2ae6a1 100644 (file)
--- 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;