mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-09 09:57:40 +03:00
engine: Clarify a debug message
This commit is contained in:
parent
3e5a20aaf1
commit
69b131f81f
@ -564,7 +564,8 @@ class vmmEngine(vmmGObject):
|
||||
show_errmsg = True
|
||||
|
||||
if conn.is_remote():
|
||||
logging.debug(conn.get_transport())
|
||||
logging.debug("connect_error: conn transport=%s",
|
||||
conn.get_transport())
|
||||
if re.search(r"nc: .* -- 'U'", tb):
|
||||
hint += _("The remote host requires a version of netcat/nc\n"
|
||||
"which supports the -U option.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user