summaryrefslogtreecommitdiff
path: root/conflictcheck.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-07-31 13:42:39 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-07-31 13:42:39 +0200
commitecd53aaaa0af6f6c42358ad665653e53a563cd4e (patch)
tree7d17ca1b2350cd3e530f0e9d38f3e02b1b15f886 /conflictcheck.c
parented3511d3e17d5b8683ecbb16b985e0ab94e58eb7 (diff)
downloadvdr-plugin-epgsearch-ecd53aaaa0af6f6c42358ad665653e53a563cd4e.tar.gz
vdr-plugin-epgsearch-ecd53aaaa0af6f6c42358ad665653e53a563cd4e.tar.bz2
added some logging
Diffstat (limited to 'conflictcheck.c')
-rw-r--r--conflictcheck.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/conflictcheck.c b/conflictcheck.c
index ce25612..ced1009 100644
--- a/conflictcheck.c
+++ b/conflictcheck.c
@@ -229,6 +229,7 @@ void cConflictCheck::Check()
cList<cConflictCheckTimerObj>* cConflictCheck::CreateCurrentTimerList()
{
+ LogFile.Log(3,"current timer list creation started");
cList<cConflictCheckTimerObj>* CurrentTimerList = NULL;
// collect single event timers
@@ -313,6 +314,7 @@ cList<cConflictCheckTimerObj>* cConflictCheck::CreateCurrentTimerList()
}
if (CurrentTimerList) CurrentTimerList->Sort();
+ LogFile.Log(3,"current timer list created");
return CurrentTimerList;
}