summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-03-27 12:02:50 +0000
committerphintuka <phintuka>2012-03-27 12:02:50 +0000
commitb06530f5b5c12ecccd603ad1055764795019ce74 (patch)
treeb723d6224ead13ab1061121d7e153d24c8c694af
parent7f252007a1f25ffce3928c38526fa6dab7c6a44a (diff)
downloadxineliboutput-b06530f5b5c12ecccd603ad1055764795019ce74.tar.gz
xineliboutput-b06530f5b5c12ecccd603ad1055764795019ce74.tar.bz2
Added missing space to 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 0566d5f7..ace20f18 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.360 2012-03-27 12:01:49 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.361 2012-03-27 12:02:50 phintuka Exp $
*
*/
@@ -136,7 +136,7 @@ typedef struct {
# include <linux/unistd.h> /* syscall(__NR_gettid) */
#endif
-static const char module_revision[] = "$Id: xine_input_vdr.c,v 1.360 2012-03-27 12:01:49 phintuka Exp $";
+static const char module_revision[] = "$Id: xine_input_vdr.c,v 1.361 2012-03-27 12:02:50 phintuka Exp $";
static const char log_module_input_vdr[] = "[input_vdr] ";
#define LOG_MODULENAME log_module_input_vdr
#define SysLogLevel iSysLogLevel
@@ -5259,7 +5259,7 @@ static int vdr_plugin_open(input_plugin_t *this_gen)
e = this->class->xine->config->lookup_entry(this->class->xine->config,
"engine.buffers.audio_num_buffers");
if (e && e->num_value < 500) {
- LOGMSG("WARNING: xine-engine setting \"engine.buffers.audio_num_buffers\":%d is"
+ LOGMSG("WARNING: xine-engine setting \"engine.buffers.audio_num_buffers\":%d is "
"too low for HD-playback! Please use values between 500-1000!", e->num_value);
}