[Spice-devel] [spice-gtk 1/2] display: s/dropin/dropping in debug message
Christophe Fergeau
cfergeau at redhat.com
Thu Jan 29 08:13:39 PST 2015
---
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++;
--
2.1.0
More information about the Spice-devel
mailing list