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! _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel