summaryrefslogtreecommitdiff
path: root/sys/dvb
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2013-04-08 17:34:41 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2013-04-08 17:34:41 +0100
commit86ae538ca2a999fd8e8eed7a764f9a0f798c232b (patch)
tree7f3f3024fdf12aabdc60338cae7b2a4929cb774c /sys/dvb
parent98265d0b28c4f33c321cce6f6198e97eacbd5007 (diff)
downloadgstreamer-plugins-bad-86ae538ca2a999fd8e8eed7a764f9a0f798c232b.tar.gz
sys: print format fixes in debug messages
Diffstat (limited to 'sys/dvb')
-rw-r--r--sys/dvb/parsechannels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dvb/parsechannels.c b/sys/dvb/parsechannels.c
index 8bf59d9cb..f2ffcef54 100644
--- a/sys/dvb/parsechannels.c
+++ b/sys/dvb/parsechannels.c
@@ -141,7 +141,7 @@ parse_channels_conf_from_file (GstElement * dvbbasebin, const gchar * filename)
open_fail:
{
GST_ELEMENT_ERROR (dvbbasebin, RESOURCE, READ, (NULL),
- ("Opening channels configuration file failed : %s", filename,
+ ("Opening channels configuration file '%s' failed : %s", filename,
err->message));
g_clear_error (&err);
return NULL;