diff options
Diffstat (limited to 'conflictcheck.c')
-rw-r--r-- | conflictcheck.c | 2 |
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; } |