summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-07-28 09:45:27 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-07-28 09:45:27 +0200
commit1476966099a314e107bf58bc53f4e73d9e4068eb (patch)
treedc6f34a4f1004570e6b9c8101049addeadbb1848 /HISTORY
parent54e8fd121a70a9e83ce47cc78bbff57eeb987bba (diff)
downloadvdr-1476966099a314e107bf58bc53f4e73d9e4068eb.tar.gz
vdr-1476966099a314e107bf58bc53f4e73d9e4068eb.tar.bz2
All logging now goes to LOG_ERR
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f9727ae6..a5522869 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5298,3 +5298,10 @@ Video Disk Recorder Revision History
cDevice::TrickSpeed() (suggested by Martin Dauskardt).
- Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro (reported by Marco
Schlüßler).
+
+2007-07-28: Version 1.5.7
+
+- All logging now goes to LOG_ERR, because some systems split error, info and
+ debug messages into separate files, which repeatedly caused extra efforts to
+ find out when incomplete log excerpts were attached to problem reports in
+ the past.