mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Debug message
- Added debug message when a task is woken from the waiting state.
This commit is contained in:
parent
afbbc87ec4
commit
8904daf9e5
1 changed files with 3 additions and 0 deletions
|
@ -657,6 +657,9 @@ int TDB::gc ()
|
||||||
task->setStatus (Task::pending);
|
task->setStatus (Task::pending);
|
||||||
task->remove ("wait");
|
task->remove ("wait");
|
||||||
++count_pending_changes; // modification
|
++count_pending_changes; // modification
|
||||||
|
|
||||||
|
context.debug (std::string ("TDB::gc waiting -> pending for ") +
|
||||||
|
task->get ("uuid"));
|
||||||
}
|
}
|
||||||
|
|
||||||
still_pending.push_back (*task);
|
still_pending.push_back (*task);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue