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;