summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vdr/input_vdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr/input_vdr.c b/src/vdr/input_vdr.c
index 8f4f4842e..2b68817f9 100644
--- a/src/vdr/input_vdr.c
+++ b/src/vdr/input_vdr.c
@@ -182,7 +182,7 @@ static void event_handler_external(void *user_data, const xine_event_t *event)
if (0 != internal_write_event_play_external(this, key))
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,
- _("%s : input event write: %s.\n"), LOG_MODULE, strerror(errno));
+ _("%s: input event write: %s.\n"), LOG_MODULE, strerror(errno));
}
static void external_stream_stop(vdr_input_plugin_t *this)