There are already other debugging code showing channel closure. Not closed file descriptors can easily be detected with other tools (like netstat or /proc file system). Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- server/reds-stream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/reds-stream.c b/server/reds-stream.c index c12893793..0ba464654 100644 --- a/server/reds-stream.c +++ b/server/reds-stream.c @@ -367,7 +367,6 @@ void reds_stream_free(RedsStream *s) } reds_stream_remove_watch(s); - spice_debug("close socket fd %d", s->socket); close(s->socket); g_free(s); -- 2.13.6 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel