Debug message
- Added debug message when a task is woken from the waiting state.
This commit is contained in:
@@ -657,6 +657,9 @@ int TDB::gc ()
|
||||
task->setStatus (Task::pending);
|
||||
task->remove ("wait");
|
||||
++count_pending_changes; // modification
|
||||
|
||||
context.debug (std::string ("TDB::gc waiting -> pending for ") +
|
||||
task->get ("uuid"));
|
||||
}
|
||||
|
||||
still_pending.push_back (*task);
|
||||
|
||||
Reference in New Issue
Block a user