mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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
Origin commit data
------------------
Commit: a2cb0257b3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-06 (Sun, 06 Mar 2011)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user