mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
sectionsd: reduce removeDupEvents verbosity
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1472 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 43a18977ed
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-13 (Fri, 13 May 2011)
This commit is contained in:
@@ -1288,7 +1288,7 @@ static void removeDupEvents(void)
|
||||
|
||||
if ((*e1)->table_id == (*e2)->table_id)
|
||||
{
|
||||
xprintf("%s: not removing events %llx %llx, t:%02x '%s'\n", __func__,
|
||||
dprintf("%s: not removing events %llx %llx, t:%02x '%s'\n", __func__,
|
||||
(*e1)->uniqueKey(), (*e2)->uniqueKey(), (*e1)->table_id, (*e1)->getName().c_str());
|
||||
continue;
|
||||
}
|
||||
@@ -1298,7 +1298,7 @@ static void removeDupEvents(void)
|
||||
if ((*e1)->table_id < (*e2)->table_id)
|
||||
del = e2;
|
||||
|
||||
xprintf("%s: removing event %llx.%02x '%s'\n", __func__,
|
||||
dprintf("%s: removing event %llx.%02x '%s'\n", __func__,
|
||||
(*del)->uniqueKey(), (*del)->table_id, (*del)->getName().c_str());
|
||||
/* remember the unique ID for later deletion */
|
||||
to_delete.push_back((*del)->uniqueKey());
|
||||
|
Reference in New Issue
Block a user