summaryrefslogtreecommitdiff
path: root/sys/dvb/gstdvbsrc.c
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-12-06 15:40:38 -0800
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-12-08 12:13:48 -0800
commit9d94b1531049f2bde36bd56211ca645b7836c0b8 (patch)
treefbb4aa159e92fb7a5568264fef25aabbdcc0f758 /sys/dvb/gstdvbsrc.c
parenta8d3f4d7856c2d75dbdff9e668afea55626191d8 (diff)
downloadgstreamer-plugins-bad-9d94b1531049f2bde36bd56211ca645b7836c0b8.tar.gz
dvbsrc: add delivery system to missing modulation check message
A tuning operation can spawn multiple checks. Being able to differentiate between them makes debugging easier.
Diffstat (limited to 'sys/dvb/gstdvbsrc.c')
-rw-r--r--sys/dvb/gstdvbsrc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c
index 24803ab30..d609d7878 100644
--- a/sys/dvb/gstdvbsrc.c
+++ b/sys/dvb/gstdvbsrc.c
@@ -2113,8 +2113,8 @@ gst_dvbsrc_is_valid_modulation (guint delsys, guint mod)
return TRUE;
break;
default:
- GST_FIXME ("No modulation sanity checks implemented for this delivery "
- "system");
+ GST_FIXME ("No modulation sanity-checks implemented for delivery "
+ "system: '%d'", delsys);
return TRUE;
}
return FALSE;