logging: remove extra newline
authorStefan Kost <ensonic@users.sf.net>
Mon, 15 Mar 2010 08:26:18 +0000 (10:26 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 15 Mar 2010 09:17:22 +0000 (11:17 +0200)
gst/gstpluginloader.c

index 0d42f27..e748e69 100644 (file)
@@ -613,7 +613,7 @@ do_plugin_load (GstPluginLoader * l, const gchar * filename, guint tag)
   GstPlugin *newplugin;
   GList *chunks = NULL;
 
-  GST_DEBUG ("Plugin scanner loading file %s. tag %u\n", filename, tag);
+  GST_DEBUG ("Plugin scanner loading file %s. tag %u", filename, tag);
 
 #if 0                           /* Test code - crash based on filename */
   if (strstr (filename, "coreelements") == NULL) {