summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-01-18 20:39:36 +0000
committerphintuka <phintuka>2010-01-18 20:39:36 +0000
commitf05120ca7f666082e1bb0c149147881147075450 (patch)
tree75dbf1cc71439333ae8706c013e5ae5e3ab4c092
parent7531d79eacbf3ab96c6eb2188f1fd7ebc4a6fb12 (diff)
downloadxineliboutput-f05120ca7f666082e1bb0c149147881147075450.tar.gz
xineliboutput-f05120ca7f666082e1bb0c149147881147075450.tar.bz2
Access Denied message: Updated server-side config file name in log message
-rw-r--r--xine_input_vdr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c
index 852ba68e..218f7b7d 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.288 2009-10-08 19:48:19 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.289 2010-01-18 20:39:36 phintuka Exp $
*
*/
@@ -127,7 +127,7 @@
# include <linux/unistd.h> /* syscall(__NR_gettid) */
#endif
-static const char module_revision[] = "$Id: xine_input_vdr.c,v 1.288 2009-10-08 19:48:19 phintuka Exp $";
+static const char module_revision[] = "$Id: xine_input_vdr.c,v 1.289 2010-01-18 20:39:36 phintuka Exp $";
static const char log_module_input_vdr[] = "[input_vdr] ";
#define LOG_MODULENAME log_module_input_vdr
#define SysLogLevel iSysLogLevel
@@ -4980,7 +4980,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 svdrphosts.conf ?");
+ LOGMSG("Maybe host address is missing from server-side plugins/xineliboutput/allowed_hosts.conf ?");
close(fd_control);
this->fd_control = saved_fd;
return -1;