From 803c49b6c4ce65b415632d84f416031de13d1f57 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 10 Apr 2017 19:41:22 -0400 Subject: [PATCH] Recurrence: Debug msg --- src/recur2.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/recur2.cpp b/src/recur2.cpp index d97fff5e9..5557663ab 100644 --- a/src/recur2.cpp +++ b/src/recur2.cpp @@ -327,6 +327,10 @@ static void synthesizeTasks (const Task& templateTask) // TODO 'recur' = frequency // TODO 'last' = index of most recently synthesized instance + auto all = generateAllDueDates (templateTask); + for (auto& date : all) + context.debug (" date " + date.toISOLocalExtended ()); + // TODO Create task instances for each period between N and now.