mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
viewers: Fix VNC auth-rejected error message
This commit is contained in:
parent
671d9c0218
commit
6d69b1b98e
@ -345,9 +345,8 @@ class VNCViewer(Viewer):
|
|||||||
|
|
||||||
errmsg = (_("Unable to provide requested credentials to the VNC "
|
errmsg = (_("Unable to provide requested credentials to the VNC "
|
||||||
"server.\n The credential type %s is not supported") %
|
"server.\n The credential type %s is not supported") %
|
||||||
str(cred))
|
str(cred.value_name))
|
||||||
|
|
||||||
# XXX test this
|
|
||||||
self.emit("auth-rejected", errmsg)
|
self.emit("auth-rejected", errmsg)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user