diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-11-04 14:22:04 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-11-04 14:22:04 +0100 |
commit | 52f17c043b6cc124b5745c4b8b32eea4b8c4efab (patch) | |
tree | 95efc53393082656ed0b3fe9ce6feba7b5d8a857 /osd.c | |
parent | 159c7e283d8cf14fc676a6278cace9c88212c3e2 (diff) | |
download | vdr-52f17c043b6cc124b5745c4b8b32eea4b8c4efab.tar.gz vdr-52f17c043b6cc124b5745c4b8b32eea4b8c4efab.tar.bz2 |
Removed '\n' from several syslog() calls
Diffstat (limited to 'osd.c')
-rw-r--r-- | osd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osd.c 1.63 2005/10/02 08:47:13 kls Exp $ + * $Id: osd.c 1.64 2005/11/04 14:19:31 kls Exp $ */ #include "osd.h" @@ -649,7 +649,7 @@ eOsdError cOsd::SetAreas(const tArea *Areas, int NumAreas) } } if (Result != oeOk) - esyslog("ERROR: cOsd::SetAreas returned %d\n", Result); + esyslog("ERROR: cOsd::SetAreas returned %d", Result); return Result; } |