summaryrefslogtreecommitdiff
path: root/gst-libs/gst/uridownloader
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2019-12-11 10:47:20 +0100
committerStéphane Cerveau <scerveau@collabora.com>2019-12-11 10:51:29 +0100
commit6bc0e9527e49f16dc78b9d504495ad227e474770 (patch)
tree644c3cd4b963afd4d85d85b7c2fc183677ce0f3d /gst-libs/gst/uridownloader
parentb18be3562c58d612b719c70fc6142fa18a77537d (diff)
downloadgstreamer-plugins-bad-6bc0e9527e49f16dc78b9d504495ad227e474770.tar.gz
remove various useless linefeed in logs
Diffstat (limited to 'gst-libs/gst/uridownloader')
-rw-r--r--gst-libs/gst/uridownloader/gsturidownloader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/uridownloader/gsturidownloader.c b/gst-libs/gst/uridownloader/gsturidownloader.c
index 865a014ff..2386fa6f6 100644
--- a/gst-libs/gst/uridownloader/gsturidownloader.c
+++ b/gst-libs/gst/uridownloader/gsturidownloader.c
@@ -237,7 +237,7 @@ gst_uri_downloader_bus_handler (GstBus * bus,
GST_WARNING_OBJECT (downloader,
"Received error: %s from %s, the download will be cancelled",
err->message, GST_OBJECT_NAME (message->src));
- GST_DEBUG ("Debugging info: %s\n", (dbg_info) ? dbg_info : "none");
+ GST_DEBUG ("Debugging info: %s", (dbg_info) ? dbg_info : "none");
if (dbg_info)
new_error = g_strdup_printf ("%s: %s\n", err->message, dbg_info);
@@ -274,7 +274,7 @@ gst_uri_downloader_bus_handler (GstBus * bus,
GST_WARNING_OBJECT (downloader,
"Received warning: %s from %s",
GST_OBJECT_NAME (message->src), err->message);
- GST_DEBUG ("Debugging info: %s\n", (dbg_info) ? dbg_info : "none");
+ GST_DEBUG ("Debugging info: %s", (dbg_info) ? dbg_info : "none");
g_error_free (err);
g_free (dbg_info);
} else if (GST_MESSAGE_TYPE (message) == GST_MESSAGE_NEED_CONTEXT) {