uridownloader: Fix debug output to describe the new reality

This commit is contained in:
Sebastian Dröge 2014-02-27 12:02:19 +01:00
parent 3fd5b74f73
commit 6fb3427729

View file

@ -227,7 +227,7 @@ gst_uri_downloader_bus_handler (GstBus * bus,
gst_message_parse_warning (message, &err, &dbg_info);
GST_WARNING_OBJECT (downloader,
"Received error: %s from %s, the download will be cancelled",
"Received warning: %s from %s",
GST_OBJECT_NAME (message->src), err->message);
GST_DEBUG ("Debugging info: %s\n", (dbg_info) ? dbg_info : "none");
g_error_free (err);