diff --git a/src/virtManager/console.py b/src/virtManager/console.py index cfdf2c14b..278db2aee 100644 --- a/src/virtManager/console.py +++ b/src/virtManager/console.py @@ -490,6 +490,7 @@ class SpiceViewer(Viewer): if not self.console.tunnels: raise SystemError("Got fd request with no configured tunnel!") + logging.debug("Opening tunnel for channel: %s", channel) fd = self.console.tunnels.open_new() channel.open_fd(fd)