Changed the [dei]syslog macros to use var args; fixed error handling in establishing an SVDRP connection

This commit is contained in:
Klaus Schmidinger
2002-02-02 13:44:24 +01:00
parent 2a31a4eca8
commit ddec0a101b
8 changed files with 25 additions and 26 deletions

View File

@@ -946,3 +946,7 @@ Video Disk Recorder Revision History
data is cleaned up and when VDR is terminated). Maybe somebody in charge of
the EPG data at the listed channels will read this and take the necessary
actions to fix these things...
- Changed the [dei]syslog macros in tools.h to use a variable number of args,
thus making it safe to use them in nested 'if/else' statements.
- Fixed error handling in establishing an SVDRP connection (thanks to Davide
Achilli) for pointing this out).