mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
console: Fix a debugging typo
This commit is contained in:
parent
3b0557012f
commit
01429d8734
@ -917,7 +917,7 @@ class vmmConsolePages(vmmGObjectUI):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if protocol not in self.config.embeddable_graphics():
|
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)
|
"disabling console page" % protocol)
|
||||||
|
|
||||||
msg = (_("Cannot display graphical console type '%s'")
|
msg = (_("Cannot display graphical console type '%s'")
|
||||||
|
Loading…
Reference in New Issue
Block a user