diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-13 08:58:50 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-08-13 08:58:50 +0200 |
commit | dc32738b27b2cce5a10398c96a1d78078b32a141 (patch) | |
tree | def434713c11a100b03c9b6725c493abc0b1872f /HISTORY | |
parent | 1c3acf28af363bbaba73513ccf298dd0ecb088f6 (diff) | |
download | vdr-dc32738b27b2cce5a10398c96a1d78078b32a141.tar.gz vdr-dc32738b27b2cce5a10398c96a1d78078b32a141.tar.bz2 |
Added a log error message to cPlugin::ConfigDirectory() in case a plugin calls it from a separate thread1.4.1-4
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4859,7 +4859,7 @@ Video Disk Recorder Revision History - Fixed getting the next active timer when shutting down (thanks to Udo Richter). - Modified the cSVDRP::Close() function to avoid code duplication. -2006-08-12: Version 1.4.1-4 +2006-08-13: Version 1.4.1-4 - Fixed converting the port number in the "connect from..." log message of SVDRP (thanks to Ville Skyttä). @@ -4872,3 +4872,5 @@ Video Disk Recorder Revision History in this). - No longer stopping removing empty directories if an error occurs (thanks to Oliver Endriss). +- Added a log error message to cPlugin::ConfigDirectory() in case a plugin calls it + from a separate thread (reported by Udo Richter). |