console: Fix a debugging typo

This commit is contained in:
Cole Robinson 2011-04-09 23:03:32 -04:00
parent 3b0557012f
commit 01429d8734

View File

@ -917,7 +917,7 @@ class vmmConsolePages(vmmGObjectUI):
return
if protocol not in self.config.embeddable_graphics():
logging.debug("Don't know how to show graphics type '%s'"
logging.debug("Don't know how to show graphics type '%s' "
"disabling console page" % protocol)
msg = (_("Cannot display graphical console type '%s'")