engine: Clarify a debug message

This commit is contained in:
Cole Robinson 2014-09-25 10:13:20 -04:00
parent 3e5a20aaf1
commit 69b131f81f

View File

@ -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.")