[Spice-devel] [spice-server] mjpeg: Add missing space to debug string
Victor Toso
lists at victortoso.com
Fri Apr 1 12:26:52 UTC 2016
On Fri, Apr 01, 2016 at 02:22:57PM +0200, Christophe Fergeau wrote:
> ---
> server/mjpeg-encoder.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Victor Toso <victortoso at redhat.com>
> diff --git a/server/mjpeg-encoder.c b/server/mjpeg-encoder.c
> index 48de21e..c80febd 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;
> }
> --
> 2.5.5
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list