Show More
@@ -66,6 +66,8 b' class SimpleSvnApp(object):' | |||||
66 | else: |
|
66 | else: | |
67 | log.debug('Got SVN response:%s with text:`%s`', |
|
67 | log.debug('Got SVN response:%s with text:`%s`', | |
68 | response, response.text) |
|
68 | response, response.text) | |
|
69 | else: | |||
|
70 | log.debug('got response code: %s', response.status_code) | |||
69 |
|
71 | |||
70 | response_headers = self._get_response_headers(response.headers) |
|
72 | response_headers = self._get_response_headers(response.headers) | |
71 | start_response( |
|
73 | start_response( |
General Comments 0
You need to be logged in to leave comments.
Login now