mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
data: Added ::getTracked debug output
This commit is contained in:
parent
677e9869cb
commit
80f1003145
1 changed files with 1 additions and 0 deletions
|
@ -608,6 +608,7 @@ std::vector <Interval> getTracked (
|
|||
for (auto& interval : flatten (inclusion, exclusions))
|
||||
intervals.push_back (interval);
|
||||
|
||||
debug (format ("Loaded {1} tracked intervals", intervals.size ()));
|
||||
return intervals;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue