Fixed logging when a timer has entered the VPS margin

This commit is contained in:
Klaus Schmidinger
2024-03-08 10:50:06 +01:00
parent ff16bbd777
commit bc32ffe2f9
2 changed files with 6 additions and 5 deletions

View File

@@ -9887,7 +9887,7 @@ Video Disk Recorder Revision History
- Fixed possible duplicate component entries in the info of an ongoing recording
(reported by Christoph Haubrich).
2024-03-06:
2024-03-08:
- Fixed the move assignment operator to check for self-assignment (suggested by
Stefan Herdler).
@@ -9908,3 +9908,4 @@ Video Disk Recorder Revision History
- Improved handling present/following data for VPS timers (thanks to Markus Ehrnsperger).
- Logging event status changes now also shows the previous status (thanks to Markus
Ehrnsperger).
- Fixed logging when a timer has entered the VPS margin.