From 56023e379d67250f0624080b3a1e5ed5e0dd020a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 4 Jun 2002 21:05:53 +0000 Subject: [PATCH] One little fixes Original commit message from CVS: One little fixes --- tools/gst-register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-register.c b/tools/gst-register.c index 353ff370c1..5c27d8d2e2 100644 --- a/tools/gst-register.c +++ b/tools/gst-register.c @@ -39,7 +39,7 @@ static gint num_plugins = 0; static void plugin_added_func (GstRegistry *registry, GstPlugin *plugin, gpointer user_data) { - g_print ("added plugin %s with %d features\n", plugin->name, plugin->numfeatures); + g_print ("added plugin %s with %d feature(s)\n", plugin->name, plugin->numfeatures); num_features += plugin->numfeatures; num_plugins++;