summaryrefslogtreecommitdiff
path: root/ci.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-04 14:22:04 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-04 14:22:04 +0100
commit52f17c043b6cc124b5745c4b8b32eea4b8c4efab (patch)
tree95efc53393082656ed0b3fe9ce6feba7b5d8a857 /ci.c
parent159c7e283d8cf14fc676a6278cace9c88212c3e2 (diff)
downloadvdr-52f17c043b6cc124b5745c4b8b32eea4b8c4efab.tar.gz
vdr-52f17c043b6cc124b5745c4b8b32eea4b8c4efab.tar.bz2
Removed '\n' from several syslog() calls
Diffstat (limited to 'ci.c')
-rw-r--r--ci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.c b/ci.c
index 4e63fde4..3fe321e6 100644
--- a/ci.c
+++ b/ci.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.c 1.38 2005/10/30 13:04:10 kls Exp $
+ * $Id: ci.c 1.39 2005/11/04 14:18:52 kls Exp $
*/
#include "ci.h"
@@ -367,7 +367,7 @@ int cCiTransportConnection::RecvTPDU(void)
}
}
else if (FATALERRNO) {
- esyslog("ERROR: CAM: Read failed: slot %d, tcid %d - %m\n", slot, tcid);
+ esyslog("ERROR: CAM: Read failed: slot %d, tcid %d - %m", slot, tcid);
Init(-1, slot, tcid);
}
return lastResponse;