[Spice-devel] [spice-gtk 1/2] display: s/dropin/dropping in debug message

Fabiano FidĂȘncio fidencio at redhat.com
Thu Jan 29 08:20:24 PST 2015


On Thu, 2015-01-29 at 17:13 +0100, Christophe Fergeau wrote:
> ---
>  gtk/channel-display.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gtk/channel-display.c b/gtk/channel-display.c
> index e588589..dcb20e2 100644
> --- a/gtk/channel-display.c
> +++ b/gtk/channel-display.c
> @@ -1360,7 +1360,7 @@ static void display_handle_stream_data(SpiceChannel *channel, SpiceMsgIn *in)
>  
>      latency = op->multi_media_time - mmtime;
>      if (latency < 0) {
> -        CHANNEL_DEBUG(channel, "stream data too late by %u ms (ts: %u, mmtime: %u), dropin",
> +        CHANNEL_DEBUG(channel, "stream data too late by %u ms (ts: %u, mmtime: %u), dropping",
>                        mmtime - op->multi_media_time, op->multi_media_time, mmtime);
>          st->arrive_late_time += mmtime - op->multi_media_time;
>          st->num_drops_on_receive++;

ack both!



More information about the Spice-devel mailing list