diff --git a/virtManager/viewers.py b/virtManager/viewers.py index f6f71d876..7a4a90330 100644 --- a/virtManager/viewers.py +++ b/virtManager/viewers.py @@ -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()