summaryrefslogtreecommitdiff
path: root/config.h
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 /config.h
parent159c7e283d8cf14fc676a6278cace9c88212c3e2 (diff)
downloadvdr-52f17c043b6cc124b5745c4b8b32eea4b8c4efab.tar.gz
vdr-52f17c043b6cc124b5745c4b8b32eea4b8c4efab.tar.bz2
Removed '\n' from several syslog() calls
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 9e1d78ac..d7022901 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.232 2005/11/04 13:17:42 kls Exp $
+ * $Id: config.h 1.233 2005/11/04 14:18:59 kls Exp $
*/
#ifndef __CONFIG_H
@@ -118,7 +118,7 @@ public:
if (l->Parse(buffer))
Add(l);
else {
- esyslog("ERROR: error in %s, line %d\n", fileName, line);
+ esyslog("ERROR: error in %s, line %d", fileName, line);
delete l;
result = false;
break;