[Spice-devel] [PATCH spice-gtk 3/3] Remove noisy debug statement
Jonathon Jongsma
jjongsma at redhat.com
Wed Oct 21 13:52:51 PDT 2015
This isn't terribly useful for general debugging and makes the log
pretty noisy when transferring large files.
---
src/channel-main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/channel-main.c b/src/channel-main.c
index 01a3f89..8c0d28c 100644
--- a/src/channel-main.c
+++ b/src/channel-main.c
@@ -979,7 +979,6 @@ static gboolean file_xfer_flush_finish(SpiceMainChannel *channel, GAsyncResult *
return FALSE;
}
- CHANNEL_DEBUG(channel, "flushed finished!");
return g_simple_async_result_get_op_res_gboolean(simple);
}
--
2.4.3
More information about the Spice-devel
mailing list