Commit 08f0d5b3 authored by Barry Warsaw's avatar Barry Warsaw

typo in log msg

parent f9c77806
...@@ -421,7 +421,7 @@ class ClientStorage: ...@@ -421,7 +421,7 @@ class ClientStorage:
try: try:
canonical, aliases, addrs = socket.gethostbyaddr(host) canonical, aliases, addrs = socket.gethostbyaddr(host)
except socket.error, err: except socket.error, err:
log2(BLATHER, "Error resoving host: %s (%s)" % (host, err)) log2(BLATHER, "Error resolving host: %s (%s)" % (host, err))
canonical = host canonical = host
self._server_addr = str((canonical, addr[1])) self._server_addr = str((canonical, addr[1]))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment