console: Log info about each channel spice needs

This commit is contained in:
Cole Robinson 2012-04-05 11:03:16 -04:00
parent 3b17e049c9
commit 17ee53f641

View File

@ -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)