From 52f17c043b6cc124b5745c4b8b32eea4b8c4efab Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 4 Nov 2005 14:22:04 +0100 Subject: Removed '\n' from several syslog() calls --- i18n.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i18n.c') diff --git a/i18n.c b/i18n.c index f21a320e..73bc8bdd 100644 --- a/i18n.c +++ b/i18n.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.218 2005/10/30 13:37:57 kls Exp $ + * $Id: i18n.c 1.219 2005/11/04 14:19:25 kls Exp $ * * Translations provided by: * @@ -5547,7 +5547,7 @@ const char *I18nTranslate(const char *s, const char *Plugin) } p = Phrases; } - esyslog("%s%sno translation found for '%s' in language %d (%s)\n", Plugin ? Plugin : "", Plugin ? ": " : "", s, Setup.OSDLanguage, Phrases[0][Setup.OSDLanguage]); + esyslog("%s%sno translation found for '%s' in language %d (%s)", Plugin ? Plugin : "", Plugin ? ": " : "", s, Setup.OSDLanguage, Phrases[0][Setup.OSDLanguage]); } const char *p = strchr(s, '$'); return p ? p + 1 : s; -- cgit v1.2.3