From ecd53aaaa0af6f6c42358ad665653e53a563cd4e Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 31 Jul 2011 13:42:39 +0200 Subject: added some logging --- conflictcheck.c | 2 ++ 1 file changed, 2 insertions(+) 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* cConflictCheck::CreateCurrentTimerList() { + LogFile.Log(3,"current timer list creation started"); cList* CurrentTimerList = NULL; // collect single event timers @@ -313,6 +314,7 @@ cList* cConflictCheck::CreateCurrentTimerList() } if (CurrentTimerList) CurrentTimerList->Sort(); + LogFile.Log(3,"current timer list created"); return CurrentTimerList; } -- cgit v1.2.3