mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdChart: Added debug output for auto-determined hour range
This commit is contained in:
parent
29ac612614
commit
2ebee819af
1 changed files with 2 additions and 0 deletions
|
@ -241,6 +241,8 @@ static void determineHourRange (
|
||||||
first_hour = std::max (first_hour - 1, 0);
|
first_hour = std::max (first_hour - 1, 0);
|
||||||
last_hour = std::min (last_hour + 1, 23);
|
last_hour = std::min (last_hour + 1, 23);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
debug (format ("Day range is from {1}:00 - {2}:00", first_hour, last_hour));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue