summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-04-05 11:03:16 -0400
committerCole Robinson <crobinso@redhat.com>2012-04-05 11:03:16 -0400
commit17ee53f6415801eb9762d8425464cea6877201a9 (patch)
tree2a804810ebeb0de5363b51c32680ac878b5bb994
parent3b17e049c9929a8879c00743874f2d7a9c98ac64 (diff)
downloadvirt-manager-17ee53f6415801eb9762d8425464cea6877201a9.tar.gz
console: Log info about each channel spice needs
-rw-r--r--src/virtManager/console.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/virtManager/console.py b/src/virtManager/console.py
index cfdf2c14..278db2ae 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)