mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
logging: remove extra newline
This commit is contained in:
parent
ba53eee64b
commit
575e7eb5f7
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ do_plugin_load (GstPluginLoader * l, const gchar * filename, guint tag)
|
||||||
GstPlugin *newplugin;
|
GstPlugin *newplugin;
|
||||||
GList *chunks = NULL;
|
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 0 /* Test code - crash based on filename */
|
||||||
if (strstr (filename, "coreelements") == NULL) {
|
if (strstr (filename, "coreelements") == NULL) {
|
||||||
|
|
Loading…
Reference in a new issue