diff options
| author | phintuka <phintuka> | 2010-05-25 12:42:05 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2010-05-25 12:42:05 +0000 |
| commit | 8d3fdf4bce959091fd0427ae675fb493ad934b09 (patch) | |
| tree | 5f24f63a0e9bf87b94e1064f05d32d74f9cdfc12 | |
| parent | e53d334ca2b90ee4f73a950baa9856ac9153152c (diff) | |
| download | xineliboutput-8d3fdf4bce959091fd0427ae675fb493ad934b09.tar.gz xineliboutput-8d3fdf4bce959091fd0427ae675fb493ad934b09.tar.bz2 | |
Fixed log message type (LOGERR -> LOGMSG)
| -rw-r--r-- | xine_input_vdr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c index 0d696554..47f26730 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.319 2010-05-24 12:58:46 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.320 2010-05-25 12:42:05 phintuka Exp $ * */ @@ -134,7 +134,7 @@ typedef struct { # include <linux/unistd.h> /* syscall(__NR_gettid) */ #endif -static const char module_revision[] = "$Id: xine_input_vdr.c,v 1.319 2010-05-24 12:58:46 phintuka Exp $"; +static const char module_revision[] = "$Id: xine_input_vdr.c,v 1.320 2010-05-25 12:42:05 phintuka Exp $"; static const char log_module_input_vdr[] = "[input_vdr] "; #define LOG_MODULENAME log_module_input_vdr #define SysLogLevel iSysLogLevel @@ -886,7 +886,7 @@ static ssize_t write_control_data(vdr_input_plugin_t *this, const void *str, siz while (len > 0) { if (!this->control_running) { - LOGERR("write_control aborted"); + LOGMSG("write_control aborted"); return -1; } |
