From 9fe77ab5b5daf8529985121b7fad42cddac7595e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 10 Apr 2017 19:27:35 -0400 Subject: [PATCH] Recurrence: Debug msg --- src/recur2.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/recur2.cpp b/src/recur2.cpp index 86287caaa..d97fff5e9 100644 --- a/src/recur2.cpp +++ b/src/recur2.cpp @@ -327,6 +327,9 @@ static void synthesizeTasks (const Task& templateTask) // TODO 'recur' = frequency // TODO 'last' = index of most recently synthesized instance + // TODO Create task instances for each period between N and now. + + context.debug ("synthesizeTasks end"); }