diff options
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r-- | searchtimer_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c index bd93803..e5f5665 100644 --- a/searchtimer_thread.c +++ b/searchtimer_thread.c @@ -454,6 +454,7 @@ void cSearchTimerThread::Action(void) int mode = 0; if (searchExt->action == searchTimerActionAnnounceAndSwitch) mode = 2; + LogFile.Log(3,"adding switch timer event for '%s~%s' (%s - %s); search timer: '%s'", pEvent->Title(), pEvent->ShortText()?pEvent->ShortText():"", GETDATESTRING(pEvent), GETTIMESTRING(pEvent), searchExt->search); SwitchTimers.Add(new cSwitchTimer(pEvent, searchExt->switchMinsBefore, mode, searchExt->unmuteSoundOnSwitch)); SwitchTimers.Save(); |