summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-04-01 14:22:43 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-04-01 15:16:27 +0200
commit26f874e73855a9d780f10a81aa2ac044016181dd (patch)
treee61198ade2e1bdd86d20e43fa3ca1b2481a33573
parent281eeed189a12ac7a49eb61b5cba9bb0026c1150 (diff)
mjpeg: Add missing space to debug string
-rw-r--r--server/mjpeg-encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mjpeg-encoder.c b/server/mjpeg-encoder.c
index 48de21e0..c80febdc 100644
--- a/server/mjpeg-encoder.c
+++ b/server/mjpeg-encoder.c
@@ -1143,7 +1143,7 @@ static void mjpeg_encoder_handle_positive_client_stream_report(MJpegEncoder *enc
if (!bit_rate_info->change_start_mm_time || stable_client_mm_time < timeout) {
/* assessing the stability of the current setting and only then
* respond to the report */
- spice_debug("no drops, but not enough time has passed for assessing"
+ spice_debug("no drops, but not enough time has passed for assessing "
"the playback stability since the last bit rate change");
return;
}