mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
viewers: spice: clarify debug message
This isn't always a 'tunnel' anymore
This commit is contained in:
parent
18be78da5c
commit
9902a7c77f
@ -572,7 +572,7 @@ class SpiceViewer(Viewer):
|
|||||||
# are still rolling in
|
# are still rolling in
|
||||||
return
|
return
|
||||||
|
|
||||||
logging.debug("Requesting tunnel for channel: %s", channel)
|
logging.debug("Requesting fd for channel: %s", channel)
|
||||||
channel.connect_after("channel-event", self._fd_channel_event_cb)
|
channel.connect_after("channel-event", self._fd_channel_event_cb)
|
||||||
|
|
||||||
fd = self._get_fd_for_open()
|
fd = self._get_fd_for_open()
|
||||||
|
Loading…
Reference in New Issue
Block a user