connection: Tweak pretty names a bit

This commit is contained in:
Cole Robinson 2015-05-02 19:20:18 -04:00
parent 015da05973
commit 892e13d2c0

View File

@ -387,13 +387,13 @@ class vmmConnection(vmmGObject):
ret = hv
if is_session:
ret += " Usermode"
ret += " User session"
elif path != "/system":
# Used by test URIs to report what XML file they are using
ret += " %s" % os.path.basename(path)
if hostname:
ret += " %s" % hostname
ret += ": %s" % hostname
return ret