diff options
author | phintuka <phintuka> | 2007-09-13 21:19:33 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-09-13 21:19:33 +0000 |
commit | d00aa032c08303bb8f3da1883dd1012520187ed7 (patch) | |
tree | d7411ecd1931eddbac2effd3d50b6bec109377db /xine_input_vdr.c | |
parent | 961782275e2afb6c5cc59f5136e368d3063aec65 (diff) | |
download | xineliboutput-d00aa032c08303bb8f3da1883dd1012520187ed7.tar.gz xineliboutput-d00aa032c08303bb8f3da1883dd1012520187ed7.tar.bz2 |
Fix typo in log message
Diffstat (limited to 'xine_input_vdr.c')
-rw-r--r-- | xine_input_vdr.c | 4 |
1 files 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; |