summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-22 14:25:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-22 14:25:46 +0100
commit23ea3dcb48ea4ad8d07a3558742aef08faff0c94 (patch)
tree2595111e218843f57a10254b7b0bc8e7e827e47d /HISTORY
parenta4b8729e6af299a3f2eb4fa676e93cfd85778521 (diff)
downloadvdr-23ea3dcb48ea4ad8d07a3558742aef08faff0c94.tar.gz
vdr-23ea3dcb48ea4ad8d07a3558742aef08faff0c94.tar.bz2
No longer logging an error message in DirSizeMB() if the given directory doesn't exist
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c2ebc46d..b44e8183 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8260,3 +8260,10 @@ Video Disk Recorder Revision History
IsOnVideoDirectoryFileSystem().
- Added support for systemd (thanks to Christopher Reimer). To activate this you
need to add "SDNOTIFY=1" to the 'make' call.
+
+2014-03-22: Version 2.1.7
+
+- No longer logging an error message in DirSizeMB() if the given directory doesn't
+ exist. This avoids lots of log entries in case several VDRs use the same video
+ directory and one of them has already physically removed a recording directory,
+ while the others still have it in their list of deleted recordings.