From a2cb0257b37ffc30b6adc1356b2eca1f445c3c7b Mon Sep 17 00:00:00 2001 From: seife Date: Sun, 6 Mar 2011 15:34:06 +0000 Subject: [PATCH] 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 --- src/sectionsd/sectionsd.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/sectionsd/sectionsd.cpp b/src/sectionsd/sectionsd.cpp index 25fa7f438..ac39977a8 100644 --- a/src/sectionsd/sectionsd.cpp +++ b/src/sectionsd/sectionsd.cpp @@ -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;