Commit f6089b53 by rfkelly0

fix my commented-out logging code in DAVFS

parent bcb8b642
......@@ -257,7 +257,7 @@ class DAVFS(FS):
resp = con.getresponse()
self._cookiejar.extract_cookies(FakeResp(resp),FakeReq(con,url.scheme,url.path))
except Exception, e:
#logger.debug("DAVFS <ERR %s %s/%s",e,method,url.hostname,url.path)
#logger.exception("DAVFS <ERR %s %s/%s",method,url.hostname,url.path)
self._del_connection(con)
raise
else:
......
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