diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-28 09:45:27 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-28 09:45:27 +0200 |
commit | 1476966099a314e107bf58bc53f4e73d9e4068eb (patch) | |
tree | dc6f34a4f1004570e6b9c8101049addeadbb1848 /HISTORY | |
parent | 54e8fd121a70a9e83ce47cc78bbff57eeb987bba (diff) | |
download | vdr-1476966099a314e107bf58bc53f4e73d9e4068eb.tar.gz vdr-1476966099a314e107bf58bc53f4e73d9e4068eb.tar.bz2 |
All logging now goes to LOG_ERR
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |