From 57bfec8e1258c71e435cc571c7c8fe0fa04c4a5a Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 21 Feb 2015 12:54:57 +0100 Subject: [PATCH] sectionsd: silence debug output Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/884f43b94837c93b675a526caf86b163355945d5 Author: Stefan Seyfried Date: 2015-02-21 (Sat, 21 Feb 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/eitd/sectionsd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eitd/sectionsd.cpp b/src/eitd/sectionsd.cpp index 4790dafdf..5e812c7bf 100644 --- a/src/eitd/sectionsd.cpp +++ b/src/eitd/sectionsd.cpp @@ -2756,7 +2756,7 @@ void CEitManager::getChannelEvents(CChannelEventList &eList, t_channel_id *chidl bool found_already = true; time_t azeit = time(NULL); -showProfiling("sectionsd_getChannelEvents start"); + // showProfiling("sectionsd_getChannelEvents start"); readLockEvents(); /* !!! FIX ME: if the box starts on a channel where there is no EPG sent, it hangs!!! */ @@ -2803,7 +2803,7 @@ showProfiling("sectionsd_getChannelEvents start"); } } -showProfiling("sectionsd_getChannelEvents end"); + // showProfiling("sectionsd_getChannelEvents end"); unlockEvents(); }