viewers: spice: clarify debug message

This isn't always a 'tunnel' anymore
This commit is contained in:
Cole Robinson 2016-05-07 20:31:23 -04:00
parent 18be78da5c
commit 9902a7c77f

View File

@ -572,7 +572,7 @@ class SpiceViewer(Viewer):
# are still rolling in
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)
fd = self._get_fd_for_open()