sectionsd: improve eit_set_update_filter debug message

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1254 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
seife
2011-03-06 15:34:06 +00:00
parent b925c40ea5
commit a2cb0257b3

View File

@@ -6877,13 +6877,10 @@ int eit_set_update_filter(int *fd)
dprintf("eit_set_update_filter\n");
unsigned char cur_eit = dmxCN.get_eit_version();
/* tone down to dprintf later */
printdate_ms(stderr);
fprintf(stderr, "eit_set_update_filter, servicekey = 0x"
PRINTF_CHANNEL_ID_TYPE_NO_LEADING_ZEROS
", current version 0x%x\n",
messaging_current_servicekey,
cur_eit);
xprintf("eit_set_update_filter, servicekey = 0x"
PRINTF_CHANNEL_ID_TYPE_NO_LEADING_ZEROS
", current version 0x%x got events %d\n",
messaging_current_servicekey, cur_eit, messaging_have_CN);
if (cur_eit == 0xff) {
*fd = -1;