mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
reds-stream: Remove useless debug
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@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
d0b3707fa2
commit
5553dec9a6
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user