mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
data: Added ::getUnracked debug output
This commit is contained in:
parent
80f1003145
commit
3c3fdc98f3
1 changed files with 3 additions and 1 deletions
|
@ -624,7 +624,9 @@ std::vector <Range> getUntracked (
|
|||
inclusion_ranges.push_back (i.range);
|
||||
|
||||
auto available = subtractRanges ({filter.range}, getAllExclusions (rules, filter.range));
|
||||
return subtractRanges (available, inclusion_ranges);
|
||||
auto untracked = subtractRanges (available, inclusion_ranges);
|
||||
debug (format ("Loaded {1} untracked ranges", untracked.size ()));
|
||||
return untracked;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue