1
0

json-friendly debug messages. fix #659

This commit is contained in:
ThomasV
2014-04-17 17:20:07 +02:00
parent 3e1a87397d
commit 696766c370
3 changed files with 7 additions and 3 deletions

View File

@@ -397,7 +397,7 @@ class Interface(threading.Thread):
print_error("certificate has expired:", cert_path)
os.unlink(cert_path)
else:
print_msg("wrong certificate", self.host)
print_error("wrong certificate", self.host)
return
except Exception:
print_error("wrap_socket failed", self.host)