From d00aa032c08303bb8f3da1883dd1012520187ed7 Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 13 Sep 2007 21:19:33 +0000 Subject: Fix typo in log message --- xine_input_vdr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine_input_vdr.c b/xine_input_vdr.c index f56c46e4..2690bbd9 100644 --- a/xine_input_vdr.c +++ b/xine_input_vdr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.c,v 1.91 2007-09-13 21:18:19 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.92 2007-09-13 21:19:33 phintuka Exp $ * */ @@ -5379,7 +5379,7 @@ static int connect_control_stream(vdr_input_plugin_t *this, const char *host, } LOGMSG("Server greeting: %s", tmpbuf); if(!strncmp(tmpbuf, "Access denied", 13)) { - LOGMSG("Maybe host address is missing from server-side svdrp.conf ?"); + LOGMSG("Maybe host address is missing from server-side svdrphosts.conf ?"); close(fd_control); this->fd_control = saved_fd; return -1; -- cgit v1.2.3